#C2BB98

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

Shades of Sisal #C2BB98

Tints of Sisal #C2BB98

Color information

#C2BB98 (or 0xC2BB98) is unknown color: approx Sisal. HEX triplet: C2, BB and 98. RGB value is (194,187,152). Sum of RGB (Red+Green+Blue) = 194+187+152=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BB98 is #3D4467. Grayscale: #B9B9B9. Windows color (decimal): -4015208 or 10009538. OLE color: 10009538.

HSL color Cylindrical-coordinate representation of color #C2BB98: hue angle of 50º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2BB98 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB194187152-
CMYK00.040.220.24
HSL50º25.61%67.84%-
HSV(B)50º21.65%76.08%-
XYZ45.6949.2836.81-
YUV185.1109.32134.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.40%
GREEN value IS 187 (73.44% from 255) = 35.08%
BLUE value IS 152 (59.77% from 255) = 28.52%
R=36.40%
G=35.08%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418715200.040.220.245025.6167.84
HexC2BB98041618321a44
Octal3022732300426306232104
Binary11000010101110111001100001001011011000110010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BB98; }

 p { color: rgb(194,187,152); }

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

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

 a { background-color: rgb(194,187,152); }

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

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

 span { border-color: rgb(194,187,152); }

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