#CCBE9C

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

Shades of Sisal #CCBE9C

Tints of Sisal #CCBE9C

Color information

#CCBE9C (or 0xCCBE9C) is unknown color: approx Sisal. HEX triplet: CC, BE and 9C. RGB value is (204,190,156). Sum of RGB (Red+Green+Blue) = 204+190+156=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE9C is #334163. Grayscale: #BEBEBE. Windows color (decimal): -3359076 or 10272460. OLE color: 10272460.

HSL color Cylindrical-coordinate representation of color #CCBE9C: hue angle of 42.5º 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 #CCBE9C is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB204190156-
CMYK00.070.240.2
HSL42.5º32%70.59%-
HSV(B)42.5º23.53%80%-
XYZ49.3252.0638.9-
YUV190.31108.64137.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.09%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 156 (61.33% from 255) = 28.36%
R=37.09%
G=34.55%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419015600.070.240.242.53270.59
HexCCBE9C0718142b2047
Octal3142762340730245340107
Binary110011001011111010011100011111000101001010111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE9C; }

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

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

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

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

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

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

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

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