Shades of Perfume #C5AFE0
Tints of Perfume #C5AFE0
RGB
CMYK
RGB Variations
Color information
#C5AFE0 (or 0xC5AFE0) is known color: Perfume. HEX triplet: C5, AF and E0. RGB value is (197,175,224). Sum of RGB (Red+Green+Blue) = 197+175+224=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 224 - color contains mainly: blue. Hex color #C5AFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFE0 is #3A501F. Grayscale: #BABABA. Windows color (decimal): -3821600 or 14725061. OLE color: 14725061.
HSL color Cylindrical-coordinate representation of color #C5AFE0: hue angle of 266.94º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5AFE0 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 175 | 224 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.12 |
| HSL | 266.94º | 0.44% | 0.78% | - |
| HSV(B) | 266.94º | 0.22% | 0.88% | - |
| XYZ | 51.81 | 47.91 | 77.04 | - |
| YUV | 187.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 224 | 0.12 | 0.22 | 0 | 0.12 | 266.94 | 0.44 | 0.78 |
| Hex | C5 | AF | E0 | C | 16 | 0 | C | 10B | 2C | 4E |
| Octal | 305 | 257 | 340 | 14 | 26 | 0 | 14 | 413 | 54 | 116 |
| Binary | 11000101 | 10101111 | 11100000 | 1100 | 10110 | 0 | 1100 | 100001011 | 101100 | 1001110 |
Color Harmonies of #C5AFE0
Complementary color
Monochromatic Colors of #C5AFE0
Black with #C5AFE0
Text Example
Text Example
White with #C5AFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AFE0; }
p { color: rgb(197,175,224); }
H1.HeaderClassName
{
color: #C5AFE0;
}
.AnyTagClassName
{
color: #C5AFE0;
}
</style>
background-color css
<style>
a { background-color: #C5AFE0; }
a { background-color: rgb(197,175,224); }
div.DivClassName
{
background-color: #C5AFE0;
}
.BgClassName
{
background-color: #C5AFE0;
}
</style>
border-color css
<style>
span { border-color: #C5AFE0; }
span { border-color: rgb(197,175,224); }
td.TdClassName
{
border-color: #C5AFE0;
}
.TagClassName
{
border-color: #C5AFE0;
}
</style>