Shades of Rose #CCA592
Tints of Rose #CCA592
RGB
CMYK
RGB Variations
Color information
#CCA592 (or 0xCCA592) is known color: Rose. HEX triplet: CC, A5 and 92. RGB value is (204,165,146). Sum of RGB (Red+Green+Blue) = 204+165+146=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA592 is #335A6D. Grayscale: #AEAEAE. Windows color (decimal): -3365486 or 9610700. OLE color: 9610700.
HSL color Cylindrical-coordinate representation of color #CCA592: hue angle of 19.66º 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 #CCA592 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 146 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.2 |
| HSL | 19.66º | 0.36% | 0.69% | - |
| HSV(B) | 19.66º | 0.28% | 0.8% | - |
| XYZ | 43.55 | 41.82 | 32.97 | - |
| YUV | 174.5 | 111.92 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 146 | 0 | 0.19 | 0.28 | 0.2 | 19.66 | 0.36 | 0.69 |
| Hex | CC | A5 | 92 | 0 | 13 | 1C | 14 | 14 | 24 | 45 |
| Octal | 314 | 245 | 222 | 0 | 23 | 34 | 24 | 24 | 44 | 105 |
| Binary | 11001100 | 10100101 | 10010010 | 0 | 10011 | 11100 | 10100 | 10100 | 100100 | 1000101 |
Color Harmonies of #CCA592
Complementary color
Monochromatic Colors of #CCA592
Black with #CCA592
Text Example
Text Example
White with #CCA592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA592; }
p { color: rgb(204,165,146); }
H1.HeaderClassName
{
color: #CCA592;
}
.AnyTagClassName
{
color: #CCA592;
}
</style>
background-color css
<style>
a { background-color: #CCA592; }
a { background-color: rgb(204,165,146); }
div.DivClassName
{
background-color: #CCA592;
}
.BgClassName
{
background-color: #CCA592;
}
</style>
border-color css
<style>
span { border-color: #CCA592; }
span { border-color: rgb(204,165,146); }
td.TdClassName
{
border-color: #CCA592;
}
.TagClassName
{
border-color: #CCA592;
}
</style>