Shades of Rose #CCA193
Tints of Rose #CCA193
RGB
CMYK
RGB Variations
Color information
#CCA193 (or 0xCCA193) is known color: Rose. HEX triplet: CC, A1 and 93. RGB value is (204,161,147). Sum of RGB (Red+Green+Blue) = 204+161+147=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA193 is #335E6C. Grayscale: #ACACAC. Windows color (decimal): -3366509 or 9675212. OLE color: 9675212.
HSL color Cylindrical-coordinate representation of color #CCA193: hue angle of 14.74º 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 #CCA193 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 147 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.2 |
| HSL | 14.74º | 0.36% | 0.69% | - |
| HSV(B) | 14.74º | 0.28% | 0.8% | - |
| XYZ | 42.91 | 40.43 | 33.15 | - |
| YUV | 172.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 147 | 0 | 0.21 | 0.28 | 0.2 | 14.74 | 0.36 | 0.69 |
| Hex | CC | A1 | 93 | 0 | 15 | 1C | 14 | F | 24 | 45 |
| Octal | 314 | 241 | 223 | 0 | 25 | 34 | 24 | 17 | 44 | 105 |
| Binary | 11001100 | 10100001 | 10010011 | 0 | 10101 | 11100 | 10100 | 1111 | 100100 | 1000101 |
Color Harmonies of #CCA193
Complementary color
Monochromatic Colors of #CCA193
Black with #CCA193
Text Example
Text Example
White with #CCA193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA193; }
p { color: rgb(204,161,147); }
H1.HeaderClassName
{
color: #CCA193;
}
.AnyTagClassName
{
color: #CCA193;
}
</style>
background-color css
<style>
a { background-color: #CCA193; }
a { background-color: rgb(204,161,147); }
div.DivClassName
{
background-color: #CCA193;
}
.BgClassName
{
background-color: #CCA193;
}
</style>
border-color css
<style>
span { border-color: #CCA193; }
span { border-color: rgb(204,161,147); }
td.TdClassName
{
border-color: #CCA193;
}
.TagClassName
{
border-color: #CCA193;
}
</style>