Shades of Sour Dough #CCB495
Tints of Sour Dough #CCB495
RGB
CMYK
RGB Variations
Color information
#CCB495 (or 0xCCB495) is known color: Sour Dough. HEX triplet: CC, B4 and 95. RGB value is (204,180,149). Sum of RGB (Red+Green+Blue) = 204+180+149=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB495 is #334B6A. Grayscale: #B7B7B7. Windows color (decimal): -3361643 or 9811148. OLE color: 9811148.
HSL color Cylindrical-coordinate representation of color #CCB495: hue angle of 33.82º 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 #CCB495 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 149 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.2 |
| HSL | 33.82º | 0.35% | 0.69% | - |
| HSV(B) | 33.82º | 0.27% | 0.8% | - |
| XYZ | 46.65 | 47.65 | 35.17 | - |
| YUV | 183.64 | 108.45 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 149 | 0 | 0.12 | 0.27 | 0.2 | 33.82 | 0.35 | 0.69 |
| Hex | CC | B4 | 95 | 0 | C | 1B | 14 | 22 | 23 | 45 |
| Octal | 314 | 264 | 225 | 0 | 14 | 33 | 24 | 42 | 43 | 105 |
| Binary | 11001100 | 10110100 | 10010101 | 0 | 1100 | 11011 | 10100 | 100010 | 100011 | 1000101 |
Color Harmonies of #CCB495
Complementary color
Monochromatic Colors of #CCB495
Black with #CCB495
Text Example
Text Example
White with #CCB495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB495; }
p { color: rgb(204,180,149); }
H1.HeaderClassName
{
color: #CCB495;
}
.AnyTagClassName
{
color: #CCB495;
}
</style>
background-color css
<style>
a { background-color: #CCB495; }
a { background-color: rgb(204,180,149); }
div.DivClassName
{
background-color: #CCB495;
}
.BgClassName
{
background-color: #CCB495;
}
</style>
border-color css
<style>
span { border-color: #CCB495; }
span { border-color: rgb(204,180,149); }
td.TdClassName
{
border-color: #CCB495;
}
.TagClassName
{
border-color: #CCB495;
}
</style>