Html Css Color HEX #C5B8A0 Sisal

📋 copy color: '#C5B8A0'

red 197 ◦ green 184 ◦ blue 160

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

Shades of Sisal #C5B8A0

Tints of Sisal #C5B8A0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.01%

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

R = 36.41%
G = 34.01%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5B8A0 (or 0xC5B8A0) is known color: Sisal. HEX triplet: C5, B8 and A0. RGB value is (197,184,160). Sum of RGB (Red+Green+Blue) = 197+184+160=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B8A0 is #3A475F. Grayscale: #B9B9B9. Windows color (decimal): -3819360 or 10533061. OLE color: 10533061.

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

Color convert

RGB 197 184 160 -
CMYK 0 0.07 0.19 0.23
HSL 38.92º 0.24% 0.7% -
HSV(B) 38.92º 0.19% 0.77% -
XYZ 46.51 48.69 40.2 -
YUV 185.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 197 184 160 0 0.07 0.19 0.23 38.92 0.24 0.7
Hex C5 B8 A0 0 7 13 17 27 18 46
Octal 305 270 240 0 7 23 27 47 30 106
Binary 11000101 10111000 10100000 0 111 10011 10111 100111 11000 1000110

Color Harmonies of #C5B8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B8A0

Black with #C5B8A0

Text Example


Text Example

White with #C5B8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B8A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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