Shades of Rose #CCA092
Tints of Rose #CCA092
RGB
CMYK
RGB Variations
Color information
#CCA092 (or 0xCCA092) is known color: Rose. HEX triplet: CC, A0 and 92. RGB value is (204,160,146). Sum of RGB (Red+Green+Blue) = 204+160+146=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA092 is #335F6D. Grayscale: #ABABAB. Windows color (decimal): -3366766 or 9609420. OLE color: 9609420.
HSL color Cylindrical-coordinate representation of color #CCA092: hue angle of 14.48º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCA092 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 146 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.2 |
| HSL | 14.48º | 0.36% | 0.69% | - |
| HSV(B) | 14.48º | 0.28% | 0.8% | - |
| XYZ | 42.66 | 40.05 | 32.68 | - |
| YUV | 171.56 | 113.58 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 146 | 0 | 0.22 | 0.28 | 0.2 | 14.48 | 0.36 | 0.69 |
| Hex | CC | A0 | 92 | 0 | 16 | 1C | 14 | E | 24 | 45 |
| Octal | 314 | 240 | 222 | 0 | 26 | 34 | 24 | 16 | 44 | 105 |
| Binary | 11001100 | 10100000 | 10010010 | 0 | 10110 | 11100 | 10100 | 1110 | 100100 | 1000101 |
Color Harmonies of #CCA092
Complementary color
Monochromatic Colors of #CCA092
Black with #CCA092
Text Example
Text Example
White with #CCA092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA092; }
p { color: rgb(204,160,146); }
H1.HeaderClassName
{
color: #CCA092;
}
.AnyTagClassName
{
color: #CCA092;
}
</style>
background-color css
<style>
a { background-color: #CCA092; }
a { background-color: rgb(204,160,146); }
div.DivClassName
{
background-color: #CCA092;
}
.BgClassName
{
background-color: #CCA092;
}
</style>
border-color css
<style>
span { border-color: #CCA092; }
span { border-color: rgb(204,160,146); }
td.TdClassName
{
border-color: #CCA092;
}
.TagClassName
{
border-color: #CCA092;
}
</style>