Shades of Perfume #C4AFE0
Tints of Perfume #C4AFE0
RGB
CMYK
RGB Variations
Color information
#C4AFE0 (or 0xC4AFE0) is known color: Perfume. HEX triplet: C4, AF and E0. RGB value is (196,175,224). Sum of RGB (Red+Green+Blue) = 196+175+224=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: blue. Hex color #C4AFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFE0 is #3B501F. Grayscale: #BABABA. Windows color (decimal): -3887136 or 14725060. OLE color: 14725060.
HSL color Cylindrical-coordinate representation of color #C4AFE0: hue angle of 265.71º 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 #C4AFE0 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 175 | 224 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.12 |
| HSL | 265.71º | 0.44% | 0.78% | - |
| HSV(B) | 265.71º | 0.22% | 0.88% | - |
| XYZ | 51.55 | 47.78 | 77.03 | - |
| YUV | 186.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 224 | 0.12 | 0.22 | 0 | 0.12 | 265.71 | 0.44 | 0.78 |
| Hex | C4 | AF | E0 | C | 16 | 0 | C | 10A | 2C | 4E |
| Octal | 304 | 257 | 340 | 14 | 26 | 0 | 14 | 412 | 54 | 116 |
| Binary | 11000100 | 10101111 | 11100000 | 1100 | 10110 | 0 | 1100 | 100001010 | 101100 | 1001110 |
Color Harmonies of #C4AFE0
Complementary color
Monochromatic Colors of #C4AFE0
Black with #C4AFE0
Text Example
Text Example
White with #C4AFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AFE0; }
p { color: rgb(196,175,224); }
H1.HeaderClassName
{
color: #C4AFE0;
}
.AnyTagClassName
{
color: #C4AFE0;
}
</style>
background-color css
<style>
a { background-color: #C4AFE0; }
a { background-color: rgb(196,175,224); }
div.DivClassName
{
background-color: #C4AFE0;
}
.BgClassName
{
background-color: #C4AFE0;
}
</style>
border-color css
<style>
span { border-color: #C4AFE0; }
span { border-color: rgb(196,175,224); }
td.TdClassName
{
border-color: #C4AFE0;
}
.TagClassName
{
border-color: #C4AFE0;
}
</style>