Shades of Rose #CCA295
Tints of Rose #CCA295
RGB
CMYK
RGB Variations
Color information
#CCA295 (or 0xCCA295) is known color: Rose. HEX triplet: CC, A2 and 95. RGB value is (204,162,149). Sum of RGB (Red+Green+Blue) = 204+162+149=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA295 is #335D6A. Grayscale: #ADADAD. Windows color (decimal): -3366251 or 9806540. OLE color: 9806540.
HSL color Cylindrical-coordinate representation of color #CCA295: hue angle of 14.18º 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 #CCA295 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 149 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.2 |
| HSL | 14.18º | 0.35% | 0.69% | - |
| HSV(B) | 14.18º | 0.27% | 0.8% | - |
| XYZ | 43.25 | 40.85 | 34.04 | - |
| YUV | 173.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 149 | 0 | 0.21 | 0.27 | 0.2 | 14.18 | 0.35 | 0.69 |
| Hex | CC | A2 | 95 | 0 | 15 | 1B | 14 | E | 23 | 45 |
| Octal | 314 | 242 | 225 | 0 | 25 | 33 | 24 | 16 | 43 | 105 |
| Binary | 11001100 | 10100010 | 10010101 | 0 | 10101 | 11011 | 10100 | 1110 | 100011 | 1000101 |
Color Harmonies of #CCA295
Complementary color
Monochromatic Colors of #CCA295
Black with #CCA295
Text Example
Text Example
White with #CCA295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA295; }
p { color: rgb(204,162,149); }
H1.HeaderClassName
{
color: #CCA295;
}
.AnyTagClassName
{
color: #CCA295;
}
</style>
background-color css
<style>
a { background-color: #CCA295; }
a { background-color: rgb(204,162,149); }
div.DivClassName
{
background-color: #CCA295;
}
.BgClassName
{
background-color: #CCA295;
}
</style>
border-color css
<style>
span { border-color: #CCA295; }
span { border-color: rgb(204,162,149); }
td.TdClassName
{
border-color: #CCA295;
}
.TagClassName
{
border-color: #CCA295;
}
</style>