#CBC196

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

Shades of Sisal #CBC196

Tints of Sisal #CBC196

Color information

#CBC196 (or 0xCBC196) is unknown color: approx Sisal. HEX triplet: CB, C1 and 96. RGB value is (203,193,150). Sum of RGB (Red+Green+Blue) = 203+193+150=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC196 is #343E69. Grayscale: #BFBFBF. Windows color (decimal): -3423850 or 9880011. OLE color: 9880011.

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

Color convert

RGB203193150-
CMYK00.050.260.20
HSL48.68º33.76%69.22%-
HSV(B)48.68º26.11%79.61%-
XYZ49.253.0436.5-
YUV191.09104.81136.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.18%
GREEN value IS 193 (75.78% from 255) = 35.35%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=37.18%
G=35.35%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319315000.050.260.2048.6833.7669.22
HexCBC196051A14312245
Octal3133012260532246142105
Binary110010111100000110010110010111010101001100011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC196; }

 p { color: rgb(203,193,150); }

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

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

 a { background-color: rgb(203,193,150); }

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

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

 span { border-color: rgb(203,193,150); }

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