#CBC198

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

Shades of Sisal #CBC198

Tints of Sisal #CBC198

Color information

#CBC198 (or 0xCBC198) is unknown color: approx Sisal. HEX triplet: CB, C1 and 98. RGB value is (203,193,152). Sum of RGB (Red+Green+Blue) = 203+193+152=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 152 (59.77% from 255 or 27.74% from 548); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC198 is #343E67. Grayscale: #BFBFBF. Windows color (decimal): -3423848 or 10011083. OLE color: 10011083.

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

Color convert

RGB203193152-
CMYK00.050.250.20
HSL48.24º32.9%69.61%-
HSV(B)48.24º25.12%79.61%-
XYZ49.3753.137.35-
YUV191.32105.81136.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.04%
GREEN value IS 193 (75.78% from 255) = 35.22%
BLUE value IS 152 (59.77% from 255) = 27.74%
R=37.04%
G=35.22%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319315200.050.250.2048.2432.969.61
HexCBC198051914302146
Octal3133012300531246041106
Binary110010111100000110011000010111001101001100001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC198; }

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

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

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

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

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

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

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

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