#C5BDA2

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

Shades of Sisal #C5BDA2

Tints of Sisal #C5BDA2

Color information

#C5BDA2 (or 0xC5BDA2) is unknown color: approx Sisal. HEX triplet: C5, BD and A2. RGB value is (197,189,162). Sum of RGB (Red+Green+Blue) = 197+189+162=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BDA2 is #3A425D. Grayscale: #BCBCBC. Windows color (decimal): -3818078 or 10665413. OLE color: 10665413.

HSL color Cylindrical-coordinate representation of color #C5BDA2: hue angle of 46.29º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5BDA2 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB197189162-
CMYK00.040.180.23
HSL46.29º23.18%70.39%-
HSV(B)46.29º17.77%77.25%-
XYZ47.7550.8741.49-
YUV188.31113.15134.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.95%
GREEN value IS 189 (74.22% from 255) = 34.49%
BLUE value IS 162 (63.67% from 255) = 29.56%
R=35.95%
G=34.49%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718916200.040.180.2346.2923.1870.39
HexC5BDA20412172e1746
Octal3052752420422275627106
Binary11000101101111011010001001001001010111101110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BDA2; }

 p { color: rgb(197,189,162); }

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

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

 a { background-color: rgb(197,189,162); }

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

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

 span { border-color: rgb(197,189,162); }

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