Shades of Rose #CCA192
Tints of Rose #CCA192
RGB
CMYK
RGB Variations
Color information
#CCA192 (or 0xCCA192) is known color: Rose. HEX triplet: CC, A1 and 92. RGB value is (204,161,146). Sum of RGB (Red+Green+Blue) = 204+161+146=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA192 is #335E6D. Grayscale: #ACACAC. Windows color (decimal): -3366510 or 9609676. OLE color: 9609676.
HSL color Cylindrical-coordinate representation of color #CCA192: hue angle of 15.52º 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 #CCA192 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 146 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.2 |
| HSL | 15.52º | 0.36% | 0.69% | - |
| HSV(B) | 15.52º | 0.28% | 0.8% | - |
| XYZ | 42.84 | 40.4 | 32.73 | - |
| YUV | 172.15 | 113.25 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 146 | 0 | 0.21 | 0.28 | 0.2 | 15.52 | 0.36 | 0.69 |
| Hex | CC | A1 | 92 | 0 | 15 | 1C | 14 | 10 | 24 | 45 |
| Octal | 314 | 241 | 222 | 0 | 25 | 34 | 24 | 20 | 44 | 105 |
| Binary | 11001100 | 10100001 | 10010010 | 0 | 10101 | 11100 | 10100 | 10000 | 100100 | 1000101 |
Color Harmonies of #CCA192
Complementary color
Monochromatic Colors of #CCA192
Black with #CCA192
Text Example
Text Example
White with #CCA192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA192; }
p { color: rgb(204,161,146); }
H1.HeaderClassName
{
color: #CCA192;
}
.AnyTagClassName
{
color: #CCA192;
}
</style>
background-color css
<style>
a { background-color: #CCA192; }
a { background-color: rgb(204,161,146); }
div.DivClassName
{
background-color: #CCA192;
}
.BgClassName
{
background-color: #CCA192;
}
</style>
border-color css
<style>
span { border-color: #CCA192; }
span { border-color: rgb(204,161,146); }
td.TdClassName
{
border-color: #CCA192;
}
.TagClassName
{
border-color: #CCA192;
}
</style>