#C1B998

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

Shades of Sisal #C1B998

Tints of Sisal #C1B998

Color information

#C1B998 (or 0xC1B998) is unknown color: approx Sisal. HEX triplet: C1, B9 and 98. RGB value is (193,185,152). Sum of RGB (Red+Green+Blue) = 193+185+152=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B998 is #3E4667. Grayscale: #B7B7B7. Windows color (decimal): -4081256 or 10009025. OLE color: 10009025.

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

Color convert

RGB193185152-
CMYK00.040.210.24
HSL48.29º24.85%67.65%-
HSV(B)48.29º21.24%75.69%-
XYZ45.0148.336.66-
YUV183.63110.15134.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.42%
GREEN value IS 185 (72.66% from 255) = 34.91%
BLUE value IS 152 (59.77% from 255) = 28.68%
R=36.42%
G=34.91%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318515200.040.210.2448.2924.8567.65
HexC1B998041518301944
Octal3012712300425306031104
Binary11000001101110011001100001001010111000110000110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B998; }

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

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

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

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

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

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

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

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