#CCBC95

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

Shades of Sisal #CCBC95

Tints of Sisal #CCBC95

Color information

#CCBC95 (or 0xCCBC95) is unknown color: approx Sisal. HEX triplet: CC, BC and 95. RGB value is (204,188,149). Sum of RGB (Red+Green+Blue) = 204+188+149=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC95 is #33436A. Grayscale: #BCBCBC. Windows color (decimal): -3359595 or 9813196. OLE color: 9813196.

HSL color Cylindrical-coordinate representation of color #CCBC95: hue angle of 42.55º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCBC95 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB204188149-
CMYK00.080.270.2
HSL42.55º35.03%69.22%-
HSV(B)42.55º26.96%80%-
XYZ48.3150.9735.73-
YUV188.34105.8139.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 188 (73.83% from 255) = 34.75%
BLUE value IS 149 (58.59% from 255) = 27.54%
R=37.71%
G=34.75%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418814900.080.270.242.5535.0369.22
HexCCBC95081B142b2345
Octal31427422501033245343105
Binary1100110010111100100101010100011011101001010111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC95; }

 p { color: rgb(204,188,149); }

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

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

 a { background-color: rgb(204,188,149); }

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

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

 span { border-color: rgb(204,188,149); }

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