#CCAFA0

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

Shades of Cashmere #CCAFA0

Tints of Cashmere #CCAFA0

Color information

#CCAFA0 (or 0xCCAFA0) is unknown color: approx Cashmere. HEX triplet: CC, AF and A0. RGB value is (204,175,160). Sum of RGB (Red+Green+Blue) = 204+175+160=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAFA0 is #33505F. Grayscale: #B6B6B6. Windows color (decimal): -3362912 or 10530764. OLE color: 10530764.

HSL color Cylindrical-coordinate representation of color #CCAFA0: hue angle of 20.45º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCAFA0 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB204175160-
CMYK00.140.220.2
HSL20.45º30.14%71.37%-
HSV(B)20.45º21.57%80%-
XYZ46.5846.0439.69-
YUV181.96115.61143.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 175 (68.75% from 255) = 32.47%
BLUE value IS 160 (62.89% from 255) = 29.68%
R=37.85%
G=32.47%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417516000.140.220.220.4530.1471.37
HexCCAFA00E1614141e47
Octal31425724001626242436107
Binary11001100101011111010000001110101101010010100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFA0; }

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

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

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

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

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

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

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

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