Shades of Rose #CCA693
Tints of Rose #CCA693
RGB
CMYK
RGB Variations
Color information
#CCA693 (or 0xCCA693) is known color: Rose. HEX triplet: CC, A6 and 93. RGB value is (204,166,147). Sum of RGB (Red+Green+Blue) = 204+166+147=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA693 is #33596C. Grayscale: #AFAFAF. Windows color (decimal): -3365229 or 9676492. OLE color: 9676492.
HSL color Cylindrical-coordinate representation of color #CCA693: hue angle of 20º 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 #CCA693 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 147 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.2 |
| HSL | 20º | 0.36% | 0.69% | - |
| HSV(B) | 20º | 0.28% | 0.8% | - |
| XYZ | 43.8 | 42.22 | 33.44 | - |
| YUV | 175.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 147 | 0 | 0.19 | 0.28 | 0.2 | 20 | 0.36 | 0.69 |
| Hex | CC | A6 | 93 | 0 | 13 | 1C | 14 | 14 | 24 | 45 |
| Octal | 314 | 246 | 223 | 0 | 23 | 34 | 24 | 24 | 44 | 105 |
| Binary | 11001100 | 10100110 | 10010011 | 0 | 10011 | 11100 | 10100 | 10100 | 100100 | 1000101 |
Color Harmonies of #CCA693
Complementary color
Monochromatic Colors of #CCA693
Black with #CCA693
Text Example
Text Example
White with #CCA693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA693; }
p { color: rgb(204,166,147); }
H1.HeaderClassName
{
color: #CCA693;
}
.AnyTagClassName
{
color: #CCA693;
}
</style>
background-color css
<style>
a { background-color: #CCA693; }
a { background-color: rgb(204,166,147); }
div.DivClassName
{
background-color: #CCA693;
}
.BgClassName
{
background-color: #CCA693;
}
</style>
border-color css
<style>
span { border-color: #CCA693; }
span { border-color: rgb(204,166,147); }
td.TdClassName
{
border-color: #CCA693;
}
.TagClassName
{
border-color: #CCA693;
}
</style>