Shades of Rose #CCA290
Tints of Rose #CCA290
RGB
CMYK
RGB Variations
Color information
#CCA290 (or 0xCCA290) is known color: Rose. HEX triplet: CC, A2 and 90. RGB value is (204,162,144). Sum of RGB (Red+Green+Blue) = 204+162+144=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA290 is #335D6F. Grayscale: #ACACAC. Windows color (decimal): -3366256 or 9478860. OLE color: 9478860.
HSL color Cylindrical-coordinate representation of color #CCA290: hue angle of 18º 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 #CCA290 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 144 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.2 |
| HSL | 18º | 0.37% | 0.68% | - |
| HSV(B) | 18º | 0.29% | 0.8% | - |
| XYZ | 42.86 | 40.69 | 31.98 | - |
| YUV | 172.51 | 111.91 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 144 | 0 | 0.21 | 0.29 | 0.2 | 18 | 0.37 | 0.68 |
| Hex | CC | A2 | 90 | 0 | 15 | 1D | 14 | 12 | 25 | 44 |
| Octal | 314 | 242 | 220 | 0 | 25 | 35 | 24 | 22 | 45 | 104 |
| Binary | 11001100 | 10100010 | 10010000 | 0 | 10101 | 11101 | 10100 | 10010 | 100101 | 1000100 |
Color Harmonies of #CCA290
Complementary color
Monochromatic Colors of #CCA290
Black with #CCA290
Text Example
Text Example
White with #CCA290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA290; }
p { color: rgb(204,162,144); }
H1.HeaderClassName
{
color: #CCA290;
}
.AnyTagClassName
{
color: #CCA290;
}
</style>
background-color css
<style>
a { background-color: #CCA290; }
a { background-color: rgb(204,162,144); }
div.DivClassName
{
background-color: #CCA290;
}
.BgClassName
{
background-color: #CCA290;
}
</style>
border-color css
<style>
span { border-color: #CCA290; }
span { border-color: rgb(204,162,144); }
td.TdClassName
{
border-color: #CCA290;
}
.TagClassName
{
border-color: #CCA290;
}
</style>