#CEAE9C

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

Shades of Cashmere #CEAE9C

Tints of Cashmere #CEAE9C

Color information

#CEAE9C (or 0xCEAE9C) is unknown color: approx Cashmere. HEX triplet: CE, AE and 9C. RGB value is (206,174,156). Sum of RGB (Red+Green+Blue) = 206+174+156=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAE9C is #315163. Grayscale: #B5B5B5. Windows color (decimal): -3232100 or 10268366. OLE color: 10268366.

HSL color Cylindrical-coordinate representation of color #CEAE9C: hue angle of 21.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEAE9C is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB206174156-
CMYK00.160.240.19
HSL21.6º33.78%70.98%-
HSV(B)21.6º24.27%80.78%-
XYZ46.5945.7937.84-
YUV181.52113.6145.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.43%
GREEN value IS 174 (68.36% from 255) = 32.46%
BLUE value IS 156 (61.33% from 255) = 29.10%
R=38.43%
G=32.46%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617415600.160.240.1921.633.7870.98
HexCEAE9C0101813162247
Octal31625623402030232642107
Binary1100111010101110100111000100001100010011101101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAE9C; }

 p { color: rgb(206,174,156); }

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

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

 a { background-color: rgb(206,174,156); }

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

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

 span { border-color: rgb(206,174,156); }

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