Shades of Sour Dough #CCB595
Tints of Sour Dough #CCB595
RGB
CMYK
RGB Variations
Color information
#CCB595 (or 0xCCB595) is known color: Sour Dough. HEX triplet: CC, B5 and 95. RGB value is (204,181,149). Sum of RGB (Red+Green+Blue) = 204+181+149=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB595 is #334A6A. Grayscale: #B8B8B8. Windows color (decimal): -3361387 or 9811404. OLE color: 9811404.
HSL color Cylindrical-coordinate representation of color #CCB595: hue angle of 34.91º 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 #CCB595 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 149 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.2 |
| HSL | 34.91º | 0.35% | 0.69% | - |
| HSV(B) | 34.91º | 0.27% | 0.8% | - |
| XYZ | 46.85 | 48.06 | 35.24 | - |
| YUV | 184.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 149 | 0 | 0.11 | 0.27 | 0.2 | 34.91 | 0.35 | 0.69 |
| Hex | CC | B5 | 95 | 0 | B | 1B | 14 | 23 | 23 | 45 |
| Octal | 314 | 265 | 225 | 0 | 13 | 33 | 24 | 43 | 43 | 105 |
| Binary | 11001100 | 10110101 | 10010101 | 0 | 1011 | 11011 | 10100 | 100011 | 100011 | 1000101 |
Color Harmonies of #CCB595
Complementary color
Monochromatic Colors of #CCB595
Black with #CCB595
Text Example
Text Example
White with #CCB595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB595; }
p { color: rgb(204,181,149); }
H1.HeaderClassName
{
color: #CCB595;
}
.AnyTagClassName
{
color: #CCB595;
}
</style>
background-color css
<style>
a { background-color: #CCB595; }
a { background-color: rgb(204,181,149); }
div.DivClassName
{
background-color: #CCB595;
}
.BgClassName
{
background-color: #CCB595;
}
</style>
border-color css
<style>
span { border-color: #CCB595; }
span { border-color: rgb(204,181,149); }
td.TdClassName
{
border-color: #CCB595;
}
.TagClassName
{
border-color: #CCB595;
}
</style>