Shades of Perfume #CCA6F2
Tints of Perfume #CCA6F2
RGB
CMYK
RGB Variations
Color information
#CCA6F2 (or 0xCCA6F2) is known color: Perfume. HEX triplet: CC, A6 and F2. RGB value is (204,166,242). Sum of RGB (Red+Green+Blue) = 204+166+242=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 166 (65.23% from 255 or 27.12% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCA6F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA6F2 is #33590D. Grayscale: #B9B9B9. Windows color (decimal): -3365134 or 15902412. OLE color: 15902412.
HSL color Cylindrical-coordinate representation of color #CCA6F2: hue angle of 270º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCA6F2 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 166 | 242 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.05 |
| HSL | 270º | 0.75% | 0.8% | - |
| HSV(B) | 270º | 0.31% | 0.95% | - |
| XYZ | 54.57 | 46.52 | 90.11 | - |
| YUV | 186.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 242 | 0.16 | 0.31 | 0 | 0.05 | 270 | 0.75 | 0.8 |
| Hex | CC | A6 | F2 | 10 | 1F | 0 | 5 | 10E | 4B | 50 |
| Octal | 314 | 246 | 362 | 20 | 37 | 0 | 5 | 416 | 113 | 120 |
| Binary | 11001100 | 10100110 | 11110010 | 10000 | 11111 | 0 | 101 | 100001110 | 1001011 | 1010000 |
Color Harmonies of #CCA6F2
Complementary color
Monochromatic Colors of #CCA6F2
Black with #CCA6F2
Text Example
Text Example
White with #CCA6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA6F2; }
p { color: rgb(204,166,242); }
H1.HeaderClassName
{
color: #CCA6F2;
}
.AnyTagClassName
{
color: #CCA6F2;
}
</style>
background-color css
<style>
a { background-color: #CCA6F2; }
a { background-color: rgb(204,166,242); }
div.DivClassName
{
background-color: #CCA6F2;
}
.BgClassName
{
background-color: #CCA6F2;
}
</style>
border-color css
<style>
span { border-color: #CCA6F2; }
span { border-color: rgb(204,166,242); }
td.TdClassName
{
border-color: #CCA6F2;
}
.TagClassName
{
border-color: #CCA6F2;
}
</style>