Shades of Sour Dough #C4B49C
Tints of Sour Dough #C4B49C
RGB
CMYK
RGB Variations
Color information
#C4B49C (or 0xC4B49C) is known color: Sour Dough. HEX triplet: C4, B4 and 9C. RGB value is (196,180,156). Sum of RGB (Red+Green+Blue) = 196+180+156=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 156 (61.33% from 255 or 29.32% from 532); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B49C is #3B4B63. Grayscale: #B6B6B6. Windows color (decimal): -3885924 or 10269892. OLE color: 10269892.
HSL color Cylindrical-coordinate representation of color #C4B49C: hue angle of 36º degrees, saturation: 0.25, 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 #C4B49C is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 180 | 156 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.23 |
| HSL | 36º | 0.25% | 0.69% | - |
| HSV(B) | 36º | 0.2% | 0.77% | - |
| XYZ | 45.09 | 46.78 | 38.11 | - |
| YUV | 182.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 180 | 156 | 0 | 0.08 | 0.20 | 0.23 | 36 | 0.25 | 0.69 |
| Hex | C4 | B4 | 9C | 0 | 8 | 14 | 17 | 24 | 19 | 45 |
| Octal | 304 | 264 | 234 | 0 | 10 | 24 | 27 | 44 | 31 | 105 |
| Binary | 11000100 | 10110100 | 10011100 | 0 | 1000 | 10100 | 10111 | 100100 | 11001 | 1000101 |
Color Harmonies of #C4B49C
Complementary color
Monochromatic Colors of #C4B49C
Black with #C4B49C
Text Example
Text Example
White with #C4B49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B49C; }
p { color: rgb(196,180,156); }
H1.HeaderClassName
{
color: #C4B49C;
}
.AnyTagClassName
{
color: #C4B49C;
}
</style>
background-color css
<style>
a { background-color: #C4B49C; }
a { background-color: rgb(196,180,156); }
div.DivClassName
{
background-color: #C4B49C;
}
.BgClassName
{
background-color: #C4B49C;
}
</style>
border-color css
<style>
span { border-color: #C4B49C; }
span { border-color: rgb(196,180,156); }
td.TdClassName
{
border-color: #C4B49C;
}
.TagClassName
{
border-color: #C4B49C;
}
</style>