#CCBE97

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

Shades of Sisal #CCBE97

Tints of Sisal #CCBE97

Color information

#CCBE97 (or 0xCCBE97) is unknown color: approx Sisal. HEX triplet: CC, BE and 97. RGB value is (204,190,151). Sum of RGB (Red+Green+Blue) = 204+190+151=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE97 is #334168. Grayscale: #BDBDBD. Windows color (decimal): -3359081 or 9944780. OLE color: 9944780.

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

Color convert

RGB204190151-
CMYK00.070.260.2
HSL44.15º34.19%69.61%-
HSV(B)44.15º25.98%80%-
XYZ48.951.936.72-
YUV189.74106.14138.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 151 (59.38% from 255) = 27.71%
R=37.43%
G=34.86%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419015100.070.260.244.1534.1969.61
HexCCBE97071A142c2246
Octal3142762270732245442106
Binary110011001011111010010111011111010101001011001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE97; }

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

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

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

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

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

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

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

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