#CE9B79

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

Shades of Feldspar #CE9B79

Tints of Feldspar #CE9B79

Color information

#CE9B79 (or 0xCE9B79) is unknown color: approx Feldspar. HEX triplet: CE, 9B and 79. RGB value is (206,155,121). Sum of RGB (Red+Green+Blue) = 206+155+121=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9B79 is #316486. Grayscale: #A6A6A6. Windows color (decimal): -3236999 or 7969742. OLE color: 7969742.

HSL color Cylindrical-coordinate representation of color #CE9B79: hue angle of 24º 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 #CE9B79 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB206155121-
CMYK00.250.410.19
HSL24º46.45%64.12%-
HSV(B)24º41.26%80.78%-
XYZ40.6337.9423.27-
YUV166.37102.4156.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.74%
GREEN value IS 155 (60.94% from 255) = 32.16%
BLUE value IS 121 (47.66% from 255) = 25.10%
R=42.74%
G=32.16%
B=25.10%

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
Decimal20615512100.250.410.192446.4564.12
HexCE9B790192913182e40
Octal31623317103151233056100
Binary1100111010011011111100101100110100110011110001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9B79; }

 p { color: rgb(206,155,121); }

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

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

 a { background-color: rgb(206,155,121); }

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

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

 span { border-color: rgb(206,155,121); }

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