#CCAD9B

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

Shades of Cashmere #CCAD9B

Tints of Cashmere #CCAD9B

Color information

#CCAD9B (or 0xCCAD9B) is unknown color: approx Cashmere. HEX triplet: CC, AD and 9B. RGB value is (204,173,155). Sum of RGB (Red+Green+Blue) = 204+173+155=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD9B is #335264. Grayscale: #B4B4B4. Windows color (decimal): -3363429 or 10202572. OLE color: 10202572.

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

Color convert

RGB204173155-
CMYK00.150.240.2
HSL22.04º32.45%70.39%-
HSV(B)22.04º24.02%80%-
XYZ45.7645.0937.3-
YUV180.22113.77144.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 173 (67.97% from 255) = 32.52%
BLUE value IS 155 (60.94% from 255) = 29.14%
R=38.35%
G=32.52%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417315500.150.240.222.0432.4570.39
HexCCAD9B0F1814162046
Octal31425523301730242640106
Binary110011001010110110011011011111100010100101101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD9B; }

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

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

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

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

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

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

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

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