Shades of Rose #CCA590
Tints of Rose #CCA590
RGB
CMYK
RGB Variations
Color information
#CCA590 (or 0xCCA590) is known color: Rose. HEX triplet: CC, A5 and 90. RGB value is (204,165,144). Sum of RGB (Red+Green+Blue) = 204+165+144=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA590 is #335A6F. Grayscale: #AEAEAE. Windows color (decimal): -3365488 or 9479628. OLE color: 9479628.
HSL color Cylindrical-coordinate representation of color #CCA590: hue angle of 21º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCA590 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 144 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.2 |
| HSL | 21º | 0.37% | 0.68% | - |
| HSV(B) | 21º | 0.29% | 0.8% | - |
| XYZ | 43.39 | 41.76 | 32.16 | - |
| YUV | 174.27 | 110.92 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 144 | 0 | 0.19 | 0.29 | 0.2 | 21 | 0.37 | 0.68 |
| Hex | CC | A5 | 90 | 0 | 13 | 1D | 14 | 15 | 25 | 44 |
| Octal | 314 | 245 | 220 | 0 | 23 | 35 | 24 | 25 | 45 | 104 |
| Binary | 11001100 | 10100101 | 10010000 | 0 | 10011 | 11101 | 10100 | 10101 | 100101 | 1000100 |
Color Harmonies of #CCA590
Complementary color
Monochromatic Colors of #CCA590
Black with #CCA590
Text Example
Text Example
White with #CCA590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA590; }
p { color: rgb(204,165,144); }
H1.HeaderClassName
{
color: #CCA590;
}
.AnyTagClassName
{
color: #CCA590;
}
</style>
background-color css
<style>
a { background-color: #CCA590; }
a { background-color: rgb(204,165,144); }
div.DivClassName
{
background-color: #CCA590;
}
.BgClassName
{
background-color: #CCA590;
}
</style>
border-color css
<style>
span { border-color: #CCA590; }
span { border-color: rgb(204,165,144); }
td.TdClassName
{
border-color: #CCA590;
}
.TagClassName
{
border-color: #CCA590;
}
</style>