Shades of Sour Dough #CCB795
Tints of Sour Dough #CCB795
RGB
CMYK
RGB Variations
Color information
#CCB795 (or 0xCCB795) is known color: Sour Dough. HEX triplet: CC, B7 and 95. RGB value is (204,183,149). Sum of RGB (Red+Green+Blue) = 204+183+149=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB795 is #33486A. Grayscale: #B9B9B9. Windows color (decimal): -3360875 or 9811916. OLE color: 9811916.
HSL color Cylindrical-coordinate representation of color #CCB795: hue angle of 37.09º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCB795 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 149 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.2 |
| HSL | 37.09º | 0.35% | 0.69% | - |
| HSV(B) | 37.09º | 0.27% | 0.8% | - |
| XYZ | 47.26 | 48.87 | 35.38 | - |
| YUV | 185.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 149 | 0 | 0.10 | 0.27 | 0.2 | 37.09 | 0.35 | 0.69 |
| Hex | CC | B7 | 95 | 0 | A | 1B | 14 | 25 | 23 | 45 |
| Octal | 314 | 267 | 225 | 0 | 12 | 33 | 24 | 45 | 43 | 105 |
| Binary | 11001100 | 10110111 | 10010101 | 0 | 1010 | 11011 | 10100 | 100101 | 100011 | 1000101 |
Color Harmonies of #CCB795
Complementary color
Monochromatic Colors of #CCB795
Black with #CCB795
Text Example
Text Example
White with #CCB795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB795; }
p { color: rgb(204,183,149); }
H1.HeaderClassName
{
color: #CCB795;
}
.AnyTagClassName
{
color: #CCB795;
}
</style>
background-color css
<style>
a { background-color: #CCB795; }
a { background-color: rgb(204,183,149); }
div.DivClassName
{
background-color: #CCB795;
}
.BgClassName
{
background-color: #CCB795;
}
</style>
border-color css
<style>
span { border-color: #CCB795; }
span { border-color: rgb(204,183,149); }
td.TdClassName
{
border-color: #CCB795;
}
.TagClassName
{
border-color: #CCB795;
}
</style>