#CCB0A0

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

Shades of Cashmere #CCB0A0

Tints of Cashmere #CCB0A0

Color information

#CCB0A0 (or 0xCCB0A0) is unknown color: approx Cashmere. HEX triplet: CC, B0 and A0. RGB value is (204,176,160). Sum of RGB (Red+Green+Blue) = 204+176+160=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB0A0 is #334F5F. Grayscale: #B6B6B6. Windows color (decimal): -3362656 or 10531020. OLE color: 10531020.

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

Color convert

RGB204176160-
CMYK00.140.220.2
HSL21.82º30.14%71.37%-
HSV(B)21.82º21.57%80%-
XYZ46.7746.4339.75-
YUV182.55115.28143.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.78%
GREEN value IS 176 (69.14% from 255) = 32.59%
BLUE value IS 160 (62.89% from 255) = 29.63%
R=37.78%
G=32.59%
B=29.63%

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
Decimal20417616000.140.220.221.8230.1471.37
HexCCB0A00E1614161e47
Octal31426024001626242636107
Binary11001100101100001010000001110101101010010110111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB0A0; }

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

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

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

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

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

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

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

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