#CCAE9A

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

Shades of Cashmere #CCAE9A

Tints of Cashmere #CCAE9A

Color information

#CCAE9A (or 0xCCAE9A) is unknown color: approx Cashmere. HEX triplet: CC, AE and 9A. RGB value is (204,174,154). Sum of RGB (Red+Green+Blue) = 204+174+154=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAE9A is #335165. Grayscale: #B4B4B4. Windows color (decimal): -3363174 or 10137292. OLE color: 10137292.

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

Color convert

RGB204174154-
CMYK00.150.250.2
HSL24º32.89%70.2%-
HSV(B)24º24.51%80%-
XYZ45.8745.4436.93-
YUV180.69112.94144.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 154 (60.55% from 255) = 28.95%
R=38.35%
G=32.71%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417415400.150.250.22432.8970.2
HexCCAE9A0F1914182146
Octal31425623201731243041106
Binary110011001010111010011010011111100110100110001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE9A; }

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

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

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

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

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

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

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

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