#CEAE94

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

Shades of Cashmere #CEAE94

Tints of Cashmere #CEAE94

Color information

#CEAE94 (or 0xCEAE94) is unknown color: approx Cashmere. HEX triplet: CE, AE and 94. RGB value is (206,174,148). Sum of RGB (Red+Green+Blue) = 206+174+148=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAE94 is #31516B. Grayscale: #B4B4B4. Windows color (decimal): -3232108 or 9744078. OLE color: 9744078.

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

Color convert

RGB206174148-
CMYK00.160.280.19
HSL26.9º37.18%69.41%-
HSV(B)26.9º28.16%80.78%-
XYZ45.9345.5334.38-
YUV180.6109.6146.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.02%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 148 (58.20% from 255) = 28.03%
R=39.02%
G=32.95%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617414800.160.280.1926.937.1869.41
HexCEAE940101C131b2545
Octal31625622402034233345105
Binary1100111010101110100101000100001110010011110111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAE94; }

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

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

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

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

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

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

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

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