#CCB09F

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

Shades of Cashmere #CCB09F

Tints of Cashmere #CCB09F

Color information

#CCB09F (or 0xCCB09F) is unknown color: approx Cashmere. HEX triplet: CC, B0 and 9F. RGB value is (204,176,159). Sum of RGB (Red+Green+Blue) = 204+176+159=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB09F is #334F60. Grayscale: #B6B6B6. Windows color (decimal): -3362657 or 10465484. OLE color: 10465484.

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

Color convert

RGB204176159-
CMYK00.140.220.2
HSL22.67º30.61%71.18%-
HSV(B)22.67º22.06%80%-
XYZ46.6946.3939.29-
YUV182.43114.78143.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 176 (69.14% from 255) = 32.65%
BLUE value IS 159 (62.5% from 255) = 29.50%
R=37.85%
G=32.65%
B=29.50%

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
Decimal20417615900.140.220.222.6730.6171.18
HexCCB09F0E1614171f47
Octal31426023701626242737107
Binary11001100101100001001111101110101101010010111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB09F; }

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

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

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

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

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

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

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

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