#C5B49D

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

Shades of Sour Dough #C5B49D

Tints of Sour Dough #C5B49D

Color information

#C5B49D (or 0xC5B49D) is unknown color: approx Sour Dough. HEX triplet: C5, B4 and 9D. RGB value is (197,180,157). Sum of RGB (Red+Green+Blue) = 197+180+157=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B49D is #3A4B62. Grayscale: #B6B6B6. Windows color (decimal): -3820387 or 10335429. OLE color: 10335429.

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

Color convert

RGB197180157-
CMYK00.090.200.23
HSL34.5º25.64%69.41%-
HSV(B)34.5º20.3%77.25%-
XYZ45.4346.9538.57-
YUV182.46113.63138.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.89%
GREEN value IS 180 (70.70% from 255) = 33.71%
BLUE value IS 157 (61.72% from 255) = 29.40%
R=36.89%
G=33.71%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718015700.090.200.2334.525.6469.41
HexC5B49D091417231a45
Octal30526423501124274332105
Binary110001011011010010011101010011010010111100011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B49D; }

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

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

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

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

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

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

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

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