#C0B99B

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

Shades of Sisal #C0B99B

Tints of Sisal #C0B99B

Color information

#C0B99B (or 0xC0B99B) is unknown color: approx Sisal. HEX triplet: C0, B9 and 9B. RGB value is (192,185,155). Sum of RGB (Red+Green+Blue) = 192+185+155=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B99B is #3F4664. Grayscale: #B7B7B7. Windows color (decimal): -4146789 or 10205632. OLE color: 10205632.

HSL color Cylindrical-coordinate representation of color #C0B99B: hue angle of 48.65º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0B99B is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB192185155-
CMYK00.040.190.25
HSL48.65º22.7%68.04%-
HSV(B)48.65º19.27%75.29%-
XYZ4548.2737.96-
YUV183.67111.82133.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.09%
GREEN value IS 185 (72.66% from 255) = 34.77%
BLUE value IS 155 (60.94% from 255) = 29.14%
R=36.09%
G=34.77%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218515500.040.190.2548.6522.768.04
HexC0B99B041319311744
Octal3002712330423316127104
Binary11000000101110011001101101001001111001110001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B99B; }

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

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

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

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

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

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

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

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