Shades of Rose #CCA091
Tints of Rose #CCA091
RGB
CMYK
RGB Variations
Color information
#CCA091 (or 0xCCA091) is known color: Rose. HEX triplet: CC, A0 and 91. RGB value is (204,160,145). Sum of RGB (Red+Green+Blue) = 204+160+145=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA091 is #335F6E. Grayscale: #ABABAB. Windows color (decimal): -3366767 or 9543884. OLE color: 9543884.
HSL color Cylindrical-coordinate representation of color #CCA091: hue angle of 15.25º 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 #CCA091 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 145 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.2 |
| HSL | 15.25º | 0.37% | 0.68% | - |
| HSV(B) | 15.25º | 0.29% | 0.8% | - |
| XYZ | 42.58 | 40.02 | 32.27 | - |
| YUV | 171.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 145 | 0 | 0.22 | 0.29 | 0.2 | 15.25 | 0.37 | 0.68 |
| Hex | CC | A0 | 91 | 0 | 16 | 1D | 14 | F | 25 | 44 |
| Octal | 314 | 240 | 221 | 0 | 26 | 35 | 24 | 17 | 45 | 104 |
| Binary | 11001100 | 10100000 | 10010001 | 0 | 10110 | 11101 | 10100 | 1111 | 100101 | 1000100 |
Color Harmonies of #CCA091
Complementary color
Monochromatic Colors of #CCA091
Black with #CCA091
Text Example
Text Example
White with #CCA091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA091; }
p { color: rgb(204,160,145); }
H1.HeaderClassName
{
color: #CCA091;
}
.AnyTagClassName
{
color: #CCA091;
}
</style>
background-color css
<style>
a { background-color: #CCA091; }
a { background-color: rgb(204,160,145); }
div.DivClassName
{
background-color: #CCA091;
}
.BgClassName
{
background-color: #CCA091;
}
</style>
border-color css
<style>
span { border-color: #CCA091; }
span { border-color: rgb(204,160,145); }
td.TdClassName
{
border-color: #CCA091;
}
.TagClassName
{
border-color: #CCA091;
}
</style>