#CEA994

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

Shades of Cashmere #CEA994

Tints of Cashmere #CEA994

Color information

#CEA994 (or 0xCEA994) is unknown color: approx Cashmere. HEX triplet: CE, A9 and 94. RGB value is (206,169,148). Sum of RGB (Red+Green+Blue) = 206+169+148=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA994 is #31566B. Grayscale: #B1B1B1. Windows color (decimal): -3233388 or 9742798. OLE color: 9742798.

HSL color Cylindrical-coordinate representation of color #CEA994: hue angle of 21.72º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEA994 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB206169148-
CMYK00.180.280.19
HSL21.72º37.18%69.41%-
HSV(B)21.72º28.16%80.78%-
XYZ44.9943.6434.07-
YUV177.67111.26148.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.39%
GREEN value IS 169 (66.41% from 255) = 32.31%
BLUE value IS 148 (58.20% from 255) = 28.30%
R=39.39%
G=32.31%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616914800.180.280.1921.7237.1869.41
HexCEA9940121C13162545
Octal31625122402234232645105
Binary1100111010101001100101000100101110010011101101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA994; }

 p { color: rgb(206,169,148); }

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

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

 a { background-color: rgb(206,169,148); }

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

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

 span { border-color: rgb(206,169,148); }

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