Shades of Sour Dough #C8B490
Tints of Sour Dough #C8B490
RGB
CMYK
RGB Variations
Color information
#C8B490 (or 0xC8B490) is known color: Sour Dough. HEX triplet: C8, B4 and 90. RGB value is (200,180,144). Sum of RGB (Red+Green+Blue) = 200+180+144=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B490 is #374B6F. Grayscale: #B6B6B6. Windows color (decimal): -3623792 or 9483464. OLE color: 9483464.
HSL color Cylindrical-coordinate representation of color #C8B490: hue angle of 38.57º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8B490 is Cyan = 0, Magento = 0.1, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 180 | 144 | - |
| CMYK | 0 | 0.1 | 0.28 | 0.22 |
| HSL | 38.57º | 0.34% | 0.67% | - |
| HSV(B) | 38.57º | 0.28% | 0.78% | - |
| XYZ | 45.17 | 46.94 | 33.06 | - |
| YUV | 181.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 180 | 144 | 0 | 0.1 | 0.28 | 0.22 | 38.57 | 0.34 | 0.67 |
| Hex | C8 | B4 | 90 | 0 | A | 1C | 16 | 27 | 22 | 43 |
| Octal | 310 | 264 | 220 | 0 | 12 | 34 | 26 | 47 | 42 | 103 |
| Binary | 11001000 | 10110100 | 10010000 | 0 | 1010 | 11100 | 10110 | 100111 | 100010 | 1000011 |
Color Harmonies of #C8B490
Complementary color
Monochromatic Colors of #C8B490
Black with #C8B490
Text Example
Text Example
White with #C8B490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B490; }
p { color: rgb(200,180,144); }
H1.HeaderClassName
{
color: #C8B490;
}
.AnyTagClassName
{
color: #C8B490;
}
</style>
background-color css
<style>
a { background-color: #C8B490; }
a { background-color: rgb(200,180,144); }
div.DivClassName
{
background-color: #C8B490;
}
.BgClassName
{
background-color: #C8B490;
}
</style>
border-color css
<style>
span { border-color: #C8B490; }
span { border-color: rgb(200,180,144); }
td.TdClassName
{
border-color: #C8B490;
}
.TagClassName
{
border-color: #C8B490;
}
</style>