#C5B191

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

Shades of Sour Dough #C5B191

Tints of Sour Dough #C5B191

Color information

#C5B191 (or 0xC5B191) is unknown color: approx Sour Dough. HEX triplet: C5, B1 and 91. RGB value is (197,177,145). Sum of RGB (Red+Green+Blue) = 197+177+145=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B191 is #3A4E6E. Grayscale: #B3B3B3. Windows color (decimal): -3821167 or 9548229. OLE color: 9548229.

HSL color Cylindrical-coordinate representation of color #C5B191: hue angle of 36.92º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5B191 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB197177145-
CMYK00.100.260.23
HSL36.92º30.95%67.06%-
HSV(B)36.92º26.4%77.25%-
XYZ43.8645.3633.23-
YUV179.33108.63140.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.96%
GREEN value IS 177 (69.53% from 255) = 34.10%
BLUE value IS 145 (57.03% from 255) = 27.94%
R=37.96%
G=34.10%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717714500.100.260.2336.9230.9567.06
HexC5B1910A1A17251f43
Octal30526122101232274537103
Binary110001011011000110010001010101101010111100101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B191; }

 p { color: rgb(197,177,145); }

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

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

 a { background-color: rgb(197,177,145); }

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

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

 span { border-color: rgb(197,177,145); }

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