Html Css Color HEX #C5BCA0 Sisal

📋 copy color: '#C5BCA0'

red 197 ◦ green 188 ◦ blue 160

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

Shades of Sisal #C5BCA0

Tints of Sisal #C5BCA0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.5%

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

R = 36.15%
G = 34.5%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5BCA0 (or 0xC5BCA0) is known color: Sisal. HEX triplet: C5, BC and A0. RGB value is (197,188,160). Sum of RGB (Red+Green+Blue) = 197+188+160=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BCA0 is #3A435F. Grayscale: #BBBBBB. Windows color (decimal): -3818336 or 10534085. OLE color: 10534085.

HSL color Cylindrical-coordinate representation of color #C5BCA0: hue angle of 45.41º 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 #C5BCA0 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 188 160 -
CMYK 0 0.05 0.19 0.23
HSL 45.41º 0.24% 0.7% -
HSV(B) 45.41º 0.19% 0.77% -
XYZ 47.35 50.37 40.49 -
YUV 187.5 112.48 134.78 -
System Red Green Blue C M Y K H S L
Decimal 197 188 160 0 0.05 0.19 0.23 45.41 0.24 0.7
Hex C5 BC A0 0 5 13 17 2D 18 46
Octal 305 274 240 0 5 23 27 55 30 106
Binary 11000101 10111100 10100000 0 101 10011 10111 101101 11000 1000110

Color Harmonies of #C5BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BCA0

Black with #C5BCA0

Text Example


Text Example

White with #C5BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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