Shades of Rose #CCA095
Tints of Rose #CCA095
RGB
CMYK
RGB Variations
Color information
#CCA095 (or 0xCCA095) is known color: Rose. HEX triplet: CC, A0 and 95. RGB value is (204,160,149). Sum of RGB (Red+Green+Blue) = 204+160+149=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA095 is #335F6A. Grayscale: #ABABAB. Windows color (decimal): -3366763 or 9806028. OLE color: 9806028.
HSL color Cylindrical-coordinate representation of color #CCA095: hue angle of 12º 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 #CCA095 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 149 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.2 |
| HSL | 12º | 0.35% | 0.69% | - |
| HSV(B) | 12º | 0.27% | 0.8% | - |
| XYZ | 42.9 | 40.15 | 33.92 | - |
| YUV | 171.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 149 | 0 | 0.22 | 0.27 | 0.2 | 12 | 0.35 | 0.69 |
| Hex | CC | A0 | 95 | 0 | 16 | 1B | 14 | C | 23 | 45 |
| Octal | 314 | 240 | 225 | 0 | 26 | 33 | 24 | 14 | 43 | 105 |
| Binary | 11001100 | 10100000 | 10010101 | 0 | 10110 | 11011 | 10100 | 1100 | 100011 | 1000101 |
Color Harmonies of #CCA095
Complementary color
Monochromatic Colors of #CCA095
Black with #CCA095
Text Example
Text Example
White with #CCA095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA095; }
p { color: rgb(204,160,149); }
H1.HeaderClassName
{
color: #CCA095;
}
.AnyTagClassName
{
color: #CCA095;
}
</style>
background-color css
<style>
a { background-color: #CCA095; }
a { background-color: rgb(204,160,149); }
div.DivClassName
{
background-color: #CCA095;
}
.BgClassName
{
background-color: #CCA095;
}
</style>
border-color css
<style>
span { border-color: #CCA095; }
span { border-color: rgb(204,160,149); }
td.TdClassName
{
border-color: #CCA095;
}
.TagClassName
{
border-color: #CCA095;
}
</style>