#CBC195

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

Shades of Sisal #CBC195

Tints of Sisal #CBC195

Color information

#CBC195 (or 0xCBC195) is unknown color: approx Sisal. HEX triplet: CB, C1 and 95. RGB value is (203,193,149). Sum of RGB (Red+Green+Blue) = 203+193+149=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC195 is #343E6A. Grayscale: #BFBFBF. Windows color (decimal): -3423851 or 9814475. OLE color: 9814475.

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

Color convert

RGB203193149-
CMYK00.050.270.20
HSL48.89º34.18%69.02%-
HSV(B)48.89º26.6%79.61%-
XYZ49.1253.0136.08-
YUV190.97104.31136.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.25%
GREEN value IS 193 (75.78% from 255) = 35.41%
BLUE value IS 149 (58.59% from 255) = 27.34%
R=37.25%
G=35.41%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319314900.050.270.2048.8934.1869.02
HexCBC195051B14312245
Octal3133012250533246142105
Binary110010111100000110010101010111011101001100011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC195; }

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

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

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

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

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

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

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

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