#C5B394

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

Shades of Sour Dough #C5B394

Tints of Sour Dough #C5B394

Color information

#C5B394 (or 0xC5B394) is unknown color: approx Sour Dough. HEX triplet: C5, B3 and 94. RGB value is (197,179,148). Sum of RGB (Red+Green+Blue) = 197+179+148=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B394 is #3A4C6B. Grayscale: #B4B4B4. Windows color (decimal): -3820652 or 9745349. OLE color: 9745349.

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

Color convert

RGB197179148-
CMYK00.090.250.23
HSL37.96º29.7%67.65%-
HSV(B)37.96º24.87%77.25%-
XYZ44.4946.2534.6-
YUV180.85109.46139.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.60%
GREEN value IS 179 (70.31% from 255) = 34.16%
BLUE value IS 148 (58.20% from 255) = 28.24%
R=37.60%
G=34.16%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717914800.090.250.2337.9629.767.65
HexC5B394091917261e44
Octal30526322401131274636104
Binary110001011011001110010100010011100110111100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B394; }

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

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

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

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

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

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

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

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