#CEAA94

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

Shades of Cashmere #CEAA94

Tints of Cashmere #CEAA94

Color information

#CEAA94 (or 0xCEAA94) is unknown color: approx Cashmere. HEX triplet: CE, AA and 94. RGB value is (206,170,148). Sum of RGB (Red+Green+Blue) = 206+170+148=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAA94 is #31556B. Grayscale: #B2B2B2. Windows color (decimal): -3233132 or 9743054. OLE color: 9743054.

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

Color convert

RGB206170148-
CMYK00.170.280.19
HSL22.76º37.18%69.41%-
HSV(B)22.76º28.16%80.78%-
XYZ45.1744.0134.13-
YUV178.26110.93147.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.31%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 148 (58.20% from 255) = 28.24%
R=39.31%
G=32.44%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617014800.170.280.1922.7637.1869.41
HexCEAA940111C13172545
Octal31625222402134232745105
Binary1100111010101010100101000100011110010011101111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA94; }

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

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

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

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

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

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

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

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