#CEAA92

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

Shades of Cashmere #CEAA92

Tints of Cashmere #CEAA92

Color information

#CEAA92 (or 0xCEAA92) is unknown color: approx Cashmere. HEX triplet: CE, AA and 92. RGB value is (206,170,146). Sum of RGB (Red+Green+Blue) = 206+170+146=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAA92 is #31556D. Grayscale: #B2B2B2. Windows color (decimal): -3233134 or 9611982. OLE color: 9611982.

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

Color convert

RGB206170146-
CMYK00.170.290.19
HSL24º37.97%69.02%-
HSV(B)24º29.13%80.78%-
XYZ45.0243.9533.3-
YUV178.03109.93147.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.46%
GREEN value IS 170 (66.80% from 255) = 32.57%
BLUE value IS 146 (57.42% from 255) = 27.97%
R=39.46%
G=32.57%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617014600.170.290.192437.9769.02
HexCEAA920111D13182645
Octal31625222202135233046105
Binary1100111010101010100100100100011110110011110001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA92; }

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

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

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

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

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

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

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

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