Shades of Sour Dough #CBB797
Tints of Sour Dough #CBB797
RGB
CMYK
RGB Variations
Color information
#CBB797 (or 0xCBB797) is known color: Sour Dough. HEX triplet: CB, B7 and 97. RGB value is (203,183,151). Sum of RGB (Red+Green+Blue) = 203+183+151=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 151 (59.38% from 255 or 28.12% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB797 is #344868. Grayscale: #B9B9B9. Windows color (decimal): -3426409 or 9942987. OLE color: 9942987.
HSL color Cylindrical-coordinate representation of color #CBB797: hue angle of 36.92º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBB797 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 151 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.20 |
| HSL | 36.92º | 0.33% | 0.69% | - |
| HSV(B) | 36.92º | 0.26% | 0.8% | - |
| XYZ | 47.15 | 48.8 | 36.21 | - |
| YUV | 185.33 | 108.63 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 151 | 0 | 0.10 | 0.26 | 0.20 | 36.92 | 0.33 | 0.69 |
| Hex | CB | B7 | 97 | 0 | A | 1A | 14 | 25 | 21 | 45 |
| Octal | 313 | 267 | 227 | 0 | 12 | 32 | 24 | 45 | 41 | 105 |
| Binary | 11001011 | 10110111 | 10010111 | 0 | 1010 | 11010 | 10100 | 100101 | 100001 | 1000101 |
Color Harmonies of #CBB797
Complementary color
Monochromatic Colors of #CBB797
Black with #CBB797
Text Example
Text Example
White with #CBB797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB797; }
p { color: rgb(203,183,151); }
H1.HeaderClassName
{
color: #CBB797;
}
.AnyTagClassName
{
color: #CBB797;
}
</style>
background-color css
<style>
a { background-color: #CBB797; }
a { background-color: rgb(203,183,151); }
div.DivClassName
{
background-color: #CBB797;
}
.BgClassName
{
background-color: #CBB797;
}
</style>
border-color css
<style>
span { border-color: #CBB797; }
span { border-color: rgb(203,183,151); }
td.TdClassName
{
border-color: #CBB797;
}
.TagClassName
{
border-color: #CBB797;
}
</style>