#CEAF97

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

Shades of Cashmere #CEAF97

Tints of Cashmere #CEAF97

Color information

#CEAF97 (or 0xCEAF97) is unknown color: approx Cashmere. HEX triplet: CE, AF and 97. RGB value is (206,175,151). Sum of RGB (Red+Green+Blue) = 206+175+151=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAF97 is #315068. Grayscale: #B5B5B5. Windows color (decimal): -3231849 or 9940942. OLE color: 9940942.

HSL color Cylindrical-coordinate representation of color #CEAF97: hue angle of 26.18º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEAF97 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB206175151-
CMYK00.150.270.19
HSL26.18º35.95%70%-
HSV(B)26.18º26.7%80.78%-
XYZ46.3746.0235.72-
YUV181.53110.77145.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.72%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 151 (59.38% from 255) = 28.38%
R=38.72%
G=32.89%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617515100.150.270.1926.1835.9570
HexCEAF970F1B131a2446
Octal31625722701733233244106
Binary110011101010111110010111011111101110011110101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAF97; }

 p { color: rgb(206,175,151); }

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

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

 a { background-color: rgb(206,175,151); }

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

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

 span { border-color: rgb(206,175,151); }

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