Html Css Color HEX #C5BBA0 Sisal

📋 copy color: '#C5BBA0'

red 197 ◦ green 187 ◦ blue 160

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

Shades of Sisal #C5BBA0

Tints of Sisal #C5BBA0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.38%

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

R = 36.21%
G = 34.38%
B = 29.41%

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

#C5BBA0 (or 0xC5BBA0) is known color: Sisal. HEX triplet: C5, BB and A0. RGB value is (197,187,160). Sum of RGB (Red+Green+Blue) = 197+187+160=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BBA0 is #3A445F. Grayscale: #BBBBBB. Windows color (decimal): -3818592 or 10533829. OLE color: 10533829.

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

Color convert

RGB 197 187 160 -
CMYK 0 0.05 0.19 0.23
HSL 43.78º 0.24% 0.7% -
HSV(B) 43.78º 0.19% 0.77% -
XYZ 47.14 49.95 40.41 -
YUV 186.91 112.81 135.2 -
System Red Green Blue C M Y K H S L
Decimal 197 187 160 0 0.05 0.19 0.23 43.78 0.24 0.7
Hex C5 BB A0 0 5 13 17 2C 18 46
Octal 305 273 240 0 5 23 27 54 30 106
Binary 11000101 10111011 10100000 0 101 10011 10111 101100 11000 1000110

Color Harmonies of #C5BBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BBA0

Black with #C5BBA0

Text Example


Text Example

White with #C5BBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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