#CCAD97

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

Shades of Cashmere #CCAD97

Tints of Cashmere #CCAD97

Color information

#CCAD97 (or 0xCCAD97) is unknown color: approx Cashmere. HEX triplet: CC, AD and 97. RGB value is (204,173,151). Sum of RGB (Red+Green+Blue) = 204+173+151=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD97 is #335268. Grayscale: #B3B3B3. Windows color (decimal): -3363433 or 9940428. OLE color: 9940428.

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

Color convert

RGB204173151-
CMYK00.150.260.2
HSL24.91º34.19%69.61%-
HSV(B)24.91º25.98%80%-
XYZ45.4344.9635.56-
YUV179.76111.77145.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 173 (67.97% from 255) = 32.77%
BLUE value IS 151 (59.38% from 255) = 28.60%
R=38.64%
G=32.77%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417315100.150.260.224.9134.1969.61
HexCCAD970F1A14192246
Octal31425522701732243142106
Binary110011001010110110010111011111101010100110011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD97; }

 p { color: rgb(204,173,151); }

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

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

 a { background-color: rgb(204,173,151); }

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

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

 span { border-color: rgb(204,173,151); }

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