Shades of Sour Dough #CCB294
Tints of Sour Dough #CCB294
RGB
CMYK
RGB Variations
Color information
#CCB294 (or 0xCCB294) is known color: Sour Dough. HEX triplet: CC, B2 and 94. RGB value is (204,178,148). Sum of RGB (Red+Green+Blue) = 204+178+148=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB294 is #334D6B. Grayscale: #B6B6B6. Windows color (decimal): -3362156 or 9745100. OLE color: 9745100.
HSL color Cylindrical-coordinate representation of color #CCB294: hue angle of 32.14º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCB294 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 148 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.2 |
| HSL | 32.14º | 0.35% | 0.69% | - |
| HSV(B) | 32.14º | 0.27% | 0.8% | - |
| XYZ | 46.17 | 46.82 | 34.62 | - |
| YUV | 182.35 | 108.61 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 148 | 0 | 0.13 | 0.27 | 0.2 | 32.14 | 0.35 | 0.69 |
| Hex | CC | B2 | 94 | 0 | D | 1B | 14 | 20 | 23 | 45 |
| Octal | 314 | 262 | 224 | 0 | 15 | 33 | 24 | 40 | 43 | 105 |
| Binary | 11001100 | 10110010 | 10010100 | 0 | 1101 | 11011 | 10100 | 100000 | 100011 | 1000101 |
Color Harmonies of #CCB294
Complementary color
Monochromatic Colors of #CCB294
Black with #CCB294
Text Example
Text Example
White with #CCB294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB294; }
p { color: rgb(204,178,148); }
H1.HeaderClassName
{
color: #CCB294;
}
.AnyTagClassName
{
color: #CCB294;
}
</style>
background-color css
<style>
a { background-color: #CCB294; }
a { background-color: rgb(204,178,148); }
div.DivClassName
{
background-color: #CCB294;
}
.BgClassName
{
background-color: #CCB294;
}
</style>
border-color css
<style>
span { border-color: #CCB294; }
span { border-color: rgb(204,178,148); }
td.TdClassName
{
border-color: #CCB294;
}
.TagClassName
{
border-color: #CCB294;
}
</style>