Shades of Melrose #C2ACF0
Tints of Melrose #C2ACF0
RGB
CMYK
RGB Variations
Color information
#C2ACF0 (or 0xC2ACF0) is known color: Melrose. HEX triplet: C2, AC and F0. RGB value is (194,172,240). Sum of RGB (Red+Green+Blue) = 194+172+240=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 240 - color contains mainly: blue. Hex color #C2ACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ACF0 is #3D530F. Grayscale: #BABABA. Windows color (decimal): -4018960 or 15772866. OLE color: 15772866.
HSL color Cylindrical-coordinate representation of color #C2ACF0: hue angle of 259.41º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2ACF0 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 194 | 172 | 240 | - |
CMYK | 0.19 | 0.28 | 0 | 0.06 |
HSL | 259.41º | 0.69% | 0.81% | - |
HSV(B) | 259.41º | 0.28% | 0.94% | - |
XYZ | 52.73 | 47.27 | 88.78 | - |
YUV | 186.33 | 158.29 | 133.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 172 | 240 | 0.19 | 0.28 | 0 | 0.06 | 259.41 | 0.69 | 0.81 |
Hex | C2 | AC | F0 | 13 | 1C | 0 | 6 | 103 | 45 | 51 |
Octal | 302 | 254 | 360 | 23 | 34 | 0 | 6 | 403 | 105 | 121 |
Binary | 11000010 | 10101100 | 11110000 | 10011 | 11100 | 0 | 110 | 100000011 | 1000101 | 1010001 |
Color Harmonies of #C2ACF0
Complementary color
Monochromatic Colors of #C2ACF0
Black with #C2ACF0
Text Example
Text Example
White with #C2ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ACF0; }
p { color: rgb(194,172,240); }
H1.HeaderClassName
{
color: #C2ACF0;
}
.AnyTagClassName
{
color: #C2ACF0;
}
</style>
background-color css
<style>
a { background-color: #C2ACF0; }
a { background-color: rgb(194,172,240); }
div.DivClassName
{
background-color: #C2ACF0;
}
.BgClassName
{
background-color: #C2ACF0;
}
</style>
border-color css
<style>
span { border-color: #C2ACF0; }
span { border-color: rgb(194,172,240); }
td.TdClassName
{
border-color: #C2ACF0;
}
.TagClassName
{
border-color: #C2ACF0;
}
</style>