#C5B396

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

Shades of Sour Dough #C5B396

Tints of Sour Dough #C5B396

Color information

#C5B396 (or 0xC5B396) is unknown color: approx Sour Dough. HEX triplet: C5, B3 and 96. RGB value is (197,179,150). Sum of RGB (Red+Green+Blue) = 197+179+150=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B396 is #3A4C69. Grayscale: #B5B5B5. Windows color (decimal): -3820650 or 9876421. OLE color: 9876421.

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

Color convert

RGB197179150-
CMYK00.090.240.23
HSL37.02º28.83%68.04%-
HSV(B)37.02º23.86%77.25%-
XYZ44.6546.3135.44-
YUV181.08110.46139.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.45%
GREEN value IS 179 (70.31% from 255) = 34.03%
BLUE value IS 150 (58.98% from 255) = 28.52%
R=37.45%
G=34.03%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717915000.090.240.2337.0228.8368.04
HexC5B396091817251d44
Octal30526322601130274535104
Binary110001011011001110010110010011100010111100101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B396; }

 p { color: rgb(197,179,150); }

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

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

 a { background-color: rgb(197,179,150); }

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

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

 span { border-color: rgb(197,179,150); }

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