#CE9A7A

Color #CE9A7A Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #CE9A7A

Tints of Feldspar #CE9A7A

Color information

#CE9A7A (or 0xCE9A7A) is unknown color: approx Feldspar. HEX triplet: CE, 9A and 7A. RGB value is (206,154,122). Sum of RGB (Red+Green+Blue) = 206+154+122=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9A7A is #316585. Grayscale: #A6A6A6. Windows color (decimal): -3237254 or 8035022. OLE color: 8035022.

HSL color Cylindrical-coordinate representation of color #CE9A7A: hue angle of 22.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE9A7A is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB206154122-
CMYK00.250.410.19
HSL22.86º46.15%64.31%-
HSV(B)22.86º40.78%80.78%-
XYZ40.5237.6423.54-
YUV165.9103.23156.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 42.74%
GREEN value IS 154 (60.55% from 255) = 31.95%
BLUE value IS 122 (48.05% from 255) = 25.31%
R=42.74%
G=31.95%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615412200.250.410.1922.8646.1564.31
HexCE9A7A0192913172e40
Octal31623217203151232756100
Binary1100111010011010111101001100110100110011101111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9A7A; }

 p { color: rgb(206,154,122); }

 H1.HeaderClassName
 {
   color: #CE9A7A;
 }
 .AnyTagClassName
 {
   color: #CE9A7A;
 }
</style>
background-color css

<style>
 a { background-color: #CE9A7A; }

 a { background-color: rgb(206,154,122); }

 div.DivClassName
 {
   background-color: #CE9A7A;
 }
 .BgClassName
 {
   background-color: #CE9A7A;
 }
</style>
border-color css

<style>
 span { border-color: #CE9A7A; }

 span { border-color: rgb(206,154,122); }

 td.TdClassName
 {
   border-color: #CE9A7A;
 }
 .TagClassName
 {
   border-color: #CE9A7A;
 }
</style>