Shades of Sour Dough #CCBB9D
Tints of Sour Dough #CCBB9D
RGB
CMYK
RGB Variations
Color information
#CCBB9D (or 0xCCBB9D) is known color: Sour Dough. HEX triplet: CC, BB and 9D. RGB value is (204,187,157). Sum of RGB (Red+Green+Blue) = 204+187+157=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBB9D is #334462. Grayscale: #BCBCBC. Windows color (decimal): -3359843 or 10337228. OLE color: 10337228.
HSL color Cylindrical-coordinate representation of color #CCBB9D: hue angle of 38.3º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCBB9D is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 157 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.2 |
| HSL | 38.3º | 0.32% | 0.71% | - |
| HSV(B) | 38.3º | 0.23% | 0.8% | - |
| XYZ | 48.76 | 50.81 | 39.14 | - |
| YUV | 188.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 157 | 0 | 0.08 | 0.23 | 0.2 | 38.3 | 0.32 | 0.71 |
| Hex | CC | BB | 9D | 0 | 8 | 17 | 14 | 26 | 20 | 47 |
| Octal | 314 | 273 | 235 | 0 | 10 | 27 | 24 | 46 | 40 | 107 |
| Binary | 11001100 | 10111011 | 10011101 | 0 | 1000 | 10111 | 10100 | 100110 | 100000 | 1000111 |
Color Harmonies of #CCBB9D
Complementary color
Monochromatic Colors of #CCBB9D
Black with #CCBB9D
Text Example
Text Example
White with #CCBB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBB9D; }
p { color: rgb(204,187,157); }
H1.HeaderClassName
{
color: #CCBB9D;
}
.AnyTagClassName
{
color: #CCBB9D;
}
</style>
background-color css
<style>
a { background-color: #CCBB9D; }
a { background-color: rgb(204,187,157); }
div.DivClassName
{
background-color: #CCBB9D;
}
.BgClassName
{
background-color: #CCBB9D;
}
</style>
border-color css
<style>
span { border-color: #CCBB9D; }
span { border-color: rgb(204,187,157); }
td.TdClassName
{
border-color: #CCBB9D;
}
.TagClassName
{
border-color: #CCBB9D;
}
</style>