Shades of Rose #CCA294
Tints of Rose #CCA294
RGB
CMYK
RGB Variations
Color information
#CCA294 (or 0xCCA294) is known color: Rose. HEX triplet: CC, A2 and 94. RGB value is (204,162,148). Sum of RGB (Red+Green+Blue) = 204+162+148=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA294 is #335D6B. Grayscale: #ADADAD. Windows color (decimal): -3366252 or 9741004. OLE color: 9741004.
HSL color Cylindrical-coordinate representation of color #CCA294: hue angle of 15º 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 #CCA294 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 148 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.2 |
| HSL | 15º | 0.35% | 0.69% | - |
| HSV(B) | 15º | 0.27% | 0.8% | - |
| XYZ | 43.17 | 40.82 | 33.62 | - |
| YUV | 172.96 | 113.91 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 148 | 0 | 0.21 | 0.27 | 0.2 | 15 | 0.35 | 0.69 |
| Hex | CC | A2 | 94 | 0 | 15 | 1B | 14 | F | 23 | 45 |
| Octal | 314 | 242 | 224 | 0 | 25 | 33 | 24 | 17 | 43 | 105 |
| Binary | 11001100 | 10100010 | 10010100 | 0 | 10101 | 11011 | 10100 | 1111 | 100011 | 1000101 |
Color Harmonies of #CCA294
Complementary color
Monochromatic Colors of #CCA294
Black with #CCA294
Text Example
Text Example
White with #CCA294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA294; }
p { color: rgb(204,162,148); }
H1.HeaderClassName
{
color: #CCA294;
}
.AnyTagClassName
{
color: #CCA294;
}
</style>
background-color css
<style>
a { background-color: #CCA294; }
a { background-color: rgb(204,162,148); }
div.DivClassName
{
background-color: #CCA294;
}
.BgClassName
{
background-color: #CCA294;
}
</style>
border-color css
<style>
span { border-color: #CCA294; }
span { border-color: rgb(204,162,148); }
td.TdClassName
{
border-color: #CCA294;
}
.TagClassName
{
border-color: #CCA294;
}
</style>