Shades of Sour Dough #CCB692
Tints of Sour Dough #CCB692
RGB
CMYK
RGB Variations
Color information
#CCB692 (or 0xCCB692) is known color: Sour Dough. HEX triplet: CC, B6 and 92. RGB value is (204,182,146). Sum of RGB (Red+Green+Blue) = 204+182+146=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB692 is #33496D. Grayscale: #B8B8B8. Windows color (decimal): -3361134 or 9615052. OLE color: 9615052.
HSL color Cylindrical-coordinate representation of color #CCB692: hue angle of 37.24º 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 #CCB692 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 146 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.2 |
| HSL | 37.24º | 0.36% | 0.69% | - |
| HSV(B) | 37.24º | 0.28% | 0.8% | - |
| XYZ | 46.82 | 48.37 | 34.06 | - |
| YUV | 184.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 146 | 0 | 0.11 | 0.28 | 0.2 | 37.24 | 0.36 | 0.69 |
| Hex | CC | B6 | 92 | 0 | B | 1C | 14 | 25 | 24 | 45 |
| Octal | 314 | 266 | 222 | 0 | 13 | 34 | 24 | 45 | 44 | 105 |
| Binary | 11001100 | 10110110 | 10010010 | 0 | 1011 | 11100 | 10100 | 100101 | 100100 | 1000101 |
Color Harmonies of #CCB692
Complementary color
Monochromatic Colors of #CCB692
Black with #CCB692
Text Example
Text Example
White with #CCB692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB692; }
p { color: rgb(204,182,146); }
H1.HeaderClassName
{
color: #CCB692;
}
.AnyTagClassName
{
color: #CCB692;
}
</style>
background-color css
<style>
a { background-color: #CCB692; }
a { background-color: rgb(204,182,146); }
div.DivClassName
{
background-color: #CCB692;
}
.BgClassName
{
background-color: #CCB692;
}
</style>
border-color css
<style>
span { border-color: #CCB692; }
span { border-color: rgb(204,182,146); }
td.TdClassName
{
border-color: #CCB692;
}
.TagClassName
{
border-color: #CCB692;
}
</style>