Shades of Sour Dough #CCB797
Tints of Sour Dough #CCB797
RGB
CMYK
RGB Variations
Color information
#CCB797 (or 0xCCB797) is known color: Sour Dough. HEX triplet: CC, B7 and 97. RGB value is (204,183,151). Sum of RGB (Red+Green+Blue) = 204+183+151=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 151 (59.38% from 255 or 28.07% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB797 is #334868. Grayscale: #B9B9B9. Windows color (decimal): -3360873 or 9942988. OLE color: 9942988.
HSL color Cylindrical-coordinate representation of color #CCB797: hue angle of 36.23º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCB797 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 151 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.2 |
| HSL | 36.23º | 0.34% | 0.7% | - |
| HSV(B) | 36.23º | 0.26% | 0.8% | - |
| XYZ | 47.42 | 48.94 | 36.22 | - |
| YUV | 185.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 151 | 0 | 0.10 | 0.26 | 0.2 | 36.23 | 0.34 | 0.7 |
| Hex | CC | B7 | 97 | 0 | A | 1A | 14 | 24 | 22 | 46 |
| Octal | 314 | 267 | 227 | 0 | 12 | 32 | 24 | 44 | 42 | 106 |
| Binary | 11001100 | 10110111 | 10010111 | 0 | 1010 | 11010 | 10100 | 100100 | 100010 | 1000110 |
Color Harmonies of #CCB797
Complementary color
Monochromatic Colors of #CCB797
Black with #CCB797
Text Example
Text Example
White with #CCB797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB797; }
p { color: rgb(204,183,151); }
H1.HeaderClassName
{
color: #CCB797;
}
.AnyTagClassName
{
color: #CCB797;
}
</style>
background-color css
<style>
a { background-color: #CCB797; }
a { background-color: rgb(204,183,151); }
div.DivClassName
{
background-color: #CCB797;
}
.BgClassName
{
background-color: #CCB797;
}
</style>
border-color css
<style>
span { border-color: #CCB797; }
span { border-color: rgb(204,183,151); }
td.TdClassName
{
border-color: #CCB797;
}
.TagClassName
{
border-color: #CCB797;
}
</style>