Html Css Color HEX #C5BEA0 Sisal

📋 copy color: '#C5BEA0'

red 197 ◦ green 190 ◦ blue 160

#C5BEA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sisal #C5BEA0

Tints of Sisal #C5BEA0

RGB

 RED value IS 197 (77.34% from 255) = 36.01%

 GREEN value IS 190 (74.61% from 255) = 34.73%

 BLUE value IS 160 (62.89% from 255) = 29.25%

R = 36.01%
G = 34.73%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5BEA0 (or 0xC5BEA0) is known color: Sisal. HEX triplet: C5, BE and A0. RGB value is (197,190,160). Sum of RGB (Red+Green+Blue) = 197+190+160=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BEA0 is #3A415F. Grayscale: #BCBCBC. Windows color (decimal): -3817824 or 10534597. OLE color: 10534597.

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

Color convert

RGB 197 190 160 -
CMYK 0 0.04 0.19 0.23
HSL 48.65º 0.24% 0.7% -
HSV(B) 48.65º 0.19% 0.77% -
XYZ 47.78 51.24 40.63 -
YUV 188.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 197 190 160 0 0.04 0.19 0.23 48.65 0.24 0.7
Hex C5 BE A0 0 4 13 17 31 18 46
Octal 305 276 240 0 4 23 27 61 30 106
Binary 11000101 10111110 10100000 0 100 10011 10111 110001 11000 1000110

Color Harmonies of #C5BEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BEA0

Black with #C5BEA0

Text Example


Text Example

White with #C5BEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BEA0; }

 p { color: rgb(197,190,160); }

 H1.HeaderClassName
 {
   color: #C5BEA0;
 }
 .AnyTagClassName
 {
   color: #C5BEA0;
 }
</style>

background-color css

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

 a { background-color: rgb(197,190,160); }

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

border-color css

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

 span { border-color: rgb(197,190,160); }

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