#CCAE92

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

Shades of Cashmere #CCAE92

Tints of Cashmere #CCAE92

Color information

#CCAE92 (or 0xCCAE92) is unknown color: approx Cashmere. HEX triplet: CC, AE and 92. RGB value is (204,174,146). Sum of RGB (Red+Green+Blue) = 204+174+146=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAE92 is #33516D. Grayscale: #B3B3B3. Windows color (decimal): -3363182 or 9613004. OLE color: 9613004.

HSL color Cylindrical-coordinate representation of color #CCAE92: hue angle of 28.97º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCAE92 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB204174146-
CMYK00.150.280.2
HSL28.97º36.25%68.63%-
HSV(B)28.97º28.43%80%-
XYZ45.2345.1833.53-
YUV179.78108.94145.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 146 (57.42% from 255) = 27.86%
R=38.93%
G=33.21%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417414600.150.280.228.9736.2568.63
HexCCAE920F1C141d2445
Octal31425622201734243544105
Binary110011001010111010010010011111110010100111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE92; }

 p { color: rgb(204,174,146); }

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

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

 a { background-color: rgb(204,174,146); }

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

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

 span { border-color: rgb(204,174,146); }

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