#CCC09B

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

Shades of Sisal #CCC09B

Tints of Sisal #CCC09B

Color information

#CCC09B (or 0xCCC09B) is unknown color: approx Sisal. HEX triplet: CC, C0 and 9B. RGB value is (204,192,155). Sum of RGB (Red+Green+Blue) = 204+192+155=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC09B is #333F64. Grayscale: #BFBFBF. Windows color (decimal): -3358565 or 10207436. OLE color: 10207436.

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

Color convert

RGB204192155-
CMYK00.060.240.2
HSL45.31º32.45%70.39%-
HSV(B)45.31º24.02%80%-
XYZ49.6752.938.6-
YUV191.37107.48137.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 192 (75.39% from 255) = 34.85%
BLUE value IS 155 (60.94% from 255) = 28.13%
R=37.02%
G=34.85%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419215500.060.240.245.3132.4570.39
HexCCC09B0618142d2046
Octal3143002330630245540106
Binary110011001100000010011011011011000101001011011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC09B; }

 p { color: rgb(204,192,155); }

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

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

 a { background-color: rgb(204,192,155); }

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

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

 span { border-color: rgb(204,192,155); }

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