#CCAF9B

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

Shades of Cashmere #CCAF9B

Tints of Cashmere #CCAF9B

Color information

#CCAF9B (or 0xCCAF9B) is unknown color: approx Cashmere. HEX triplet: CC, AF and 9B. RGB value is (204,175,155). Sum of RGB (Red+Green+Blue) = 204+175+155=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAF9B is #335064. Grayscale: #B5B5B5. Windows color (decimal): -3362917 or 10203084. OLE color: 10203084.

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

Color convert

RGB204175155-
CMYK00.140.240.2
HSL24.49º32.45%70.39%-
HSV(B)24.49º24.02%80%-
XYZ46.1545.8637.43-
YUV181.39113.11144.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 155 (60.94% from 255) = 29.03%
R=38.20%
G=32.77%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417515500.140.240.224.4932.4570.39
HexCCAF9B0E1814182046
Octal31425723301630243040106
Binary110011001010111110011011011101100010100110001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAF9B; }

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

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

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

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

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

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

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

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