#CCAD98

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

Shades of Cashmere #CCAD98

Tints of Cashmere #CCAD98

Color information

#CCAD98 (or 0xCCAD98) is unknown color: approx Cashmere. HEX triplet: CC, AD and 98. RGB value is (204,173,152). Sum of RGB (Red+Green+Blue) = 204+173+152=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD98 is #335267. Grayscale: #B3B3B3. Windows color (decimal): -3363432 or 10005964. OLE color: 10005964.

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

Color convert

RGB204173152-
CMYK00.150.250.2
HSL24.23º33.77%69.8%-
HSV(B)24.23º25.49%80%-
XYZ45.5144.9935.99-
YUV179.87112.27145.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 173 (67.97% from 255) = 32.70%
BLUE value IS 152 (59.77% from 255) = 28.73%
R=38.56%
G=32.70%
B=28.73%

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
Decimal20417315200.150.250.224.2333.7769.8
HexCCAD980F1914182246
Octal31425523001731243042106
Binary110011001010110110011000011111100110100110001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD98; }

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

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

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

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

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

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

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

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