Shades of Rose #CCA194
Tints of Rose #CCA194
RGB
CMYK
RGB Variations
Color information
#CCA194 (or 0xCCA194) is known color: Rose. HEX triplet: CC, A1 and 94. RGB value is (204,161,148). Sum of RGB (Red+Green+Blue) = 204+161+148=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA194 is #335E6B. Grayscale: #ACACAC. Windows color (decimal): -3366508 or 9740748. OLE color: 9740748.
HSL color Cylindrical-coordinate representation of color #CCA194: hue angle of 13.93º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCA194 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 148 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.2 |
| HSL | 13.93º | 0.35% | 0.69% | - |
| HSV(B) | 13.93º | 0.27% | 0.8% | - |
| XYZ | 42.99 | 40.47 | 33.56 | - |
| YUV | 172.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 148 | 0 | 0.21 | 0.27 | 0.2 | 13.93 | 0.35 | 0.69 |
| Hex | CC | A1 | 94 | 0 | 15 | 1B | 14 | E | 23 | 45 |
| Octal | 314 | 241 | 224 | 0 | 25 | 33 | 24 | 16 | 43 | 105 |
| Binary | 11001100 | 10100001 | 10010100 | 0 | 10101 | 11011 | 10100 | 1110 | 100011 | 1000101 |
Color Harmonies of #CCA194
Complementary color
Monochromatic Colors of #CCA194
Black with #CCA194
Text Example
Text Example
White with #CCA194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA194; }
p { color: rgb(204,161,148); }
H1.HeaderClassName
{
color: #CCA194;
}
.AnyTagClassName
{
color: #CCA194;
}
</style>
background-color css
<style>
a { background-color: #CCA194; }
a { background-color: rgb(204,161,148); }
div.DivClassName
{
background-color: #CCA194;
}
.BgClassName
{
background-color: #CCA194;
}
</style>
border-color css
<style>
span { border-color: #CCA194; }
span { border-color: rgb(204,161,148); }
td.TdClassName
{
border-color: #CCA194;
}
.TagClassName
{
border-color: #CCA194;
}
</style>