#C5B49C

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

Shades of Sour Dough #C5B49C

Tints of Sour Dough #C5B49C

Color information

#C5B49C (or 0xC5B49C) is unknown color: approx Sour Dough. HEX triplet: C5, B4 and 9C. RGB value is (197,180,156). Sum of RGB (Red+Green+Blue) = 197+180+156=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B49C is #3A4B63. Grayscale: #B6B6B6. Windows color (decimal): -3820388 or 10269893. OLE color: 10269893.

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

Color convert

RGB197180156-
CMYK00.090.210.23
HSL35.12º26.11%69.22%-
HSV(B)35.12º20.81%77.25%-
XYZ45.3546.9138.12-
YUV182.35113.13138.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.96%
GREEN value IS 180 (70.70% from 255) = 33.77%
BLUE value IS 156 (61.33% from 255) = 29.27%
R=36.96%
G=33.77%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718015600.090.210.2335.1226.1169.22
HexC5B49C091517231a45
Octal30526423401125274332105
Binary110001011011010010011100010011010110111100011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B49C; }

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

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

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

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

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

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

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

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