#C5B495

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

Shades of Sour Dough #C5B495

Tints of Sour Dough #C5B495

Color information

#C5B495 (or 0xC5B495) is unknown color: approx Sour Dough. HEX triplet: C5, B4 and 95. RGB value is (197,180,149). Sum of RGB (Red+Green+Blue) = 197+180+149=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B495 is #3A4B6A. Grayscale: #B5B5B5. Windows color (decimal): -3820395 or 9811141. OLE color: 9811141.

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

Color convert

RGB197180149-
CMYK00.090.240.23
HSL38.75º29.27%67.84%-
HSV(B)38.75º24.37%77.25%-
XYZ44.7746.6835.08-
YUV181.55109.63139.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.45%
GREEN value IS 180 (70.70% from 255) = 34.22%
BLUE value IS 149 (58.59% from 255) = 28.33%
R=37.45%
G=34.22%
B=28.33%

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
Decimal19718014900.090.240.2338.7529.2767.84
HexC5B495091817271d44
Octal30526422501130274735104
Binary110001011011010010010101010011100010111100111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B495; }

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

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

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

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

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

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

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

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