Shades of Sour Dough #CCB892
Tints of Sour Dough #CCB892
RGB
CMYK
RGB Variations
Color information
#CCB892 (or 0xCCB892) is known color: Sour Dough. HEX triplet: CC, B8 and 92. RGB value is (204,184,146). Sum of RGB (Red+Green+Blue) = 204+184+146=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB892 is #33476D. Grayscale: #B9B9B9. Windows color (decimal): -3360622 or 9615564. OLE color: 9615564.
HSL color Cylindrical-coordinate representation of color #CCB892: hue angle of 39.31º 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 #CCB892 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 146 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.2 |
| HSL | 39.31º | 0.36% | 0.69% | - |
| HSV(B) | 39.31º | 0.28% | 0.8% | - |
| XYZ | 47.23 | 49.19 | 34.2 | - |
| YUV | 185.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 146 | 0 | 0.10 | 0.28 | 0.2 | 39.31 | 0.36 | 0.69 |
| Hex | CC | B8 | 92 | 0 | A | 1C | 14 | 27 | 24 | 45 |
| Octal | 314 | 270 | 222 | 0 | 12 | 34 | 24 | 47 | 44 | 105 |
| Binary | 11001100 | 10111000 | 10010010 | 0 | 1010 | 11100 | 10100 | 100111 | 100100 | 1000101 |
Color Harmonies of #CCB892
Complementary color
Monochromatic Colors of #CCB892
Black with #CCB892
Text Example
Text Example
White with #CCB892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB892; }
p { color: rgb(204,184,146); }
H1.HeaderClassName
{
color: #CCB892;
}
.AnyTagClassName
{
color: #CCB892;
}
</style>
background-color css
<style>
a { background-color: #CCB892; }
a { background-color: rgb(204,184,146); }
div.DivClassName
{
background-color: #CCB892;
}
.BgClassName
{
background-color: #CCB892;
}
</style>
border-color css
<style>
span { border-color: #CCB892; }
span { border-color: rgb(204,184,146); }
td.TdClassName
{
border-color: #CCB892;
}
.TagClassName
{
border-color: #CCB892;
}
</style>