#C5B497

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

Shades of Sour Dough #C5B497

Tints of Sour Dough #C5B497

Color information

#C5B497 (or 0xC5B497) is unknown color: approx Sour Dough. HEX triplet: C5, B4 and 97. RGB value is (197,180,151). Sum of RGB (Red+Green+Blue) = 197+180+151=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B497 is #3A4B68. Grayscale: #B5B5B5. Windows color (decimal): -3820393 or 9942213. OLE color: 9942213.

HSL color Cylindrical-coordinate representation of color #C5B497: hue angle of 37.83º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5B497 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB197180151-
CMYK00.090.230.23
HSL37.83º28.4%68.24%-
HSV(B)37.83º23.35%77.25%-
XYZ44.9346.7535.93-
YUV181.78110.63138.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.31%
GREEN value IS 180 (70.70% from 255) = 34.09%
BLUE value IS 151 (59.38% from 255) = 28.60%
R=37.31%
G=34.09%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718015100.090.230.2337.8328.468.24
HexC5B497091717261c44
Octal30526422701127274634104
Binary110001011011010010010111010011011110111100110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B497; }

 p { color: rgb(197,180,151); }

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

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

 a { background-color: rgb(197,180,151); }

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

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

 span { border-color: rgb(197,180,151); }

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