#CCAE98

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

Shades of Cashmere #CCAE98

Tints of Cashmere #CCAE98

Color information

#CCAE98 (or 0xCCAE98) is unknown color: approx Cashmere. HEX triplet: CC, AE and 98. RGB value is (204,174,152). Sum of RGB (Red+Green+Blue) = 204+174+152=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAE98 is #335167. Grayscale: #B4B4B4. Windows color (decimal): -3363176 or 10006220. OLE color: 10006220.

HSL color Cylindrical-coordinate representation of color #CCAE98: hue angle of 25.38º degrees, saturation: 0.34, 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 #CCAE98 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB204174152-
CMYK00.150.250.2
HSL25.38º33.77%69.8%-
HSV(B)25.38º25.49%80%-
XYZ45.7145.3836.06-
YUV180.46111.94144.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 174 (68.36% from 255) = 32.83%
BLUE value IS 152 (59.77% from 255) = 28.68%
R=38.49%
G=32.83%
B=28.68%

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
Decimal20417415200.150.250.225.3833.7769.8
HexCCAE980F1914192246
Octal31425623001731243142106
Binary110011001010111010011000011111100110100110011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE98; }

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

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

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

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

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

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

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

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