Shades of Sour Dough #CCB99A
Tints of Sour Dough #CCB99A
RGB
CMYK
RGB Variations
Color information
#CCB99A (or 0xCCB99A) is known color: Sour Dough. HEX triplet: CC, B9 and 9A. RGB value is (204,185,154). Sum of RGB (Red+Green+Blue) = 204+185+154=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB99A is #334665. Grayscale: #BBBBBB. Windows color (decimal): -3360358 or 10140108. OLE color: 10140108.
HSL color Cylindrical-coordinate representation of color #CCB99A: hue angle of 37.2º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCB99A is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 154 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.2 |
| HSL | 37.2º | 0.33% | 0.7% | - |
| HSV(B) | 37.2º | 0.25% | 0.8% | - |
| XYZ | 48.08 | 49.87 | 37.66 | - |
| YUV | 187.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 154 | 0 | 0.09 | 0.25 | 0.2 | 37.2 | 0.33 | 0.7 |
| Hex | CC | B9 | 9A | 0 | 9 | 19 | 14 | 25 | 21 | 46 |
| Octal | 314 | 271 | 232 | 0 | 11 | 31 | 24 | 45 | 41 | 106 |
| Binary | 11001100 | 10111001 | 10011010 | 0 | 1001 | 11001 | 10100 | 100101 | 100001 | 1000110 |
Color Harmonies of #CCB99A
Complementary color
Monochromatic Colors of #CCB99A
Black with #CCB99A
Text Example
Text Example
White with #CCB99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB99A; }
p { color: rgb(204,185,154); }
H1.HeaderClassName
{
color: #CCB99A;
}
.AnyTagClassName
{
color: #CCB99A;
}
</style>
background-color css
<style>
a { background-color: #CCB99A; }
a { background-color: rgb(204,185,154); }
div.DivClassName
{
background-color: #CCB99A;
}
.BgClassName
{
background-color: #CCB99A;
}
</style>
border-color css
<style>
span { border-color: #CCB99A; }
span { border-color: rgb(204,185,154); }
td.TdClassName
{
border-color: #CCB99A;
}
.TagClassName
{
border-color: #CCB99A;
}
</style>