Shades of Sour Dough #CCB592
Tints of Sour Dough #CCB592
RGB
CMYK
RGB Variations
Color information
#CCB592 (or 0xCCB592) is known color: Sour Dough. HEX triplet: CC, B5 and 92. RGB value is (204,181,146). Sum of RGB (Red+Green+Blue) = 204+181+146=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB592 is #334A6D. Grayscale: #B8B8B8. Windows color (decimal): -3361390 or 9614796. OLE color: 9614796.
HSL color Cylindrical-coordinate representation of color #CCB592: hue angle of 36.21º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCB592 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 146 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.2 |
| HSL | 36.21º | 0.36% | 0.69% | - |
| HSV(B) | 36.21º | 0.28% | 0.8% | - |
| XYZ | 46.61 | 47.96 | 33.99 | - |
| YUV | 183.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 146 | 0 | 0.11 | 0.28 | 0.2 | 36.21 | 0.36 | 0.69 |
| Hex | CC | B5 | 92 | 0 | B | 1C | 14 | 24 | 24 | 45 |
| Octal | 314 | 265 | 222 | 0 | 13 | 34 | 24 | 44 | 44 | 105 |
| Binary | 11001100 | 10110101 | 10010010 | 0 | 1011 | 11100 | 10100 | 100100 | 100100 | 1000101 |
Color Harmonies of #CCB592
Complementary color
Monochromatic Colors of #CCB592
Black with #CCB592
Text Example
Text Example
White with #CCB592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB592; }
p { color: rgb(204,181,146); }
H1.HeaderClassName
{
color: #CCB592;
}
.AnyTagClassName
{
color: #CCB592;
}
</style>
background-color css
<style>
a { background-color: #CCB592; }
a { background-color: rgb(204,181,146); }
div.DivClassName
{
background-color: #CCB592;
}
.BgClassName
{
background-color: #CCB592;
}
</style>
border-color css
<style>
span { border-color: #CCB592; }
span { border-color: rgb(204,181,146); }
td.TdClassName
{
border-color: #CCB592;
}
.TagClassName
{
border-color: #CCB592;
}
</style>