#CCB099

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

Shades of Cashmere #CCB099

Tints of Cashmere #CCB099

Color information

#CCB099 (or 0xCCB099) is unknown color: approx Cashmere. HEX triplet: CC, B0 and 99. RGB value is (204,176,153). Sum of RGB (Red+Green+Blue) = 204+176+153=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB099 is #334F66. Grayscale: #B5B5B5. Windows color (decimal): -3362663 or 10072268. OLE color: 10072268.

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

Color convert

RGB204176153-
CMYK00.140.250.2
HSL27.06º33.33%70%-
HSV(B)27.06º25%80%-
XYZ46.1846.1936.62-
YUV181.75111.78143.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.27%
GREEN value IS 176 (69.14% from 255) = 33.02%
BLUE value IS 153 (60.16% from 255) = 28.71%
R=38.27%
G=33.02%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417615300.140.250.227.0633.3370
HexCCB0990E19141b2146
Octal31426023101631243341106
Binary110011001011000010011001011101100110100110111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB099; }

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

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

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

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

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

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

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

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