#CCB09C

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

Shades of Cashmere #CCB09C

Tints of Cashmere #CCB09C

Color information

#CCB09C (or 0xCCB09C) is unknown color: approx Cashmere. HEX triplet: CC, B0 and 9C. RGB value is (204,176,156). Sum of RGB (Red+Green+Blue) = 204+176+156=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB09C is #334F63. Grayscale: #B6B6B6. Windows color (decimal): -3362660 or 10268876. OLE color: 10268876.

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

Color convert

RGB204176156-
CMYK00.140.240.2
HSL25º32%70.59%-
HSV(B)25º23.53%80%-
XYZ46.4346.2937.94-
YUV182.09113.28143.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.06%
GREEN value IS 176 (69.14% from 255) = 32.84%
BLUE value IS 156 (61.33% from 255) = 29.10%
R=38.06%
G=32.84%
B=29.10%

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
Decimal20417615600.140.240.2253270.59
HexCCB09C0E1814192047
Octal31426023401630243140107
Binary110011001011000010011100011101100010100110011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB09C; }

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

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

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

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

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

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

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

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