Shades of Perfume #C49CED
Tints of Perfume #C49CED
RGB
CMYK
RGB Variations
Color information
#C49CED (or 0xC49CED) is known color: Perfume. HEX triplet: C4, 9C and ED. RGB value is (196,156,237). Sum of RGB (Red+Green+Blue) = 196+156+237=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #C49CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49CED is #3B6312. Grayscale: #B0B0B0. Windows color (decimal): -3891987 or 15572164. OLE color: 15572164.
HSL color Cylindrical-coordinate representation of color #C49CED: hue angle of 269.63º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C49CED is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 196 | 156 | 237 | - |
CMYK | 0.17 | 0.34 | 0 | 0.07 |
HSL | 269.63º | 0.69% | 0.77% | - |
HSV(B) | 269.63º | 0.34% | 0.93% | - |
XYZ | 49.94 | 41.63 | 85.52 | - |
YUV | 177.19 | 161.75 | 141.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 156 | 237 | 0.17 | 0.34 | 0 | 0.07 | 269.63 | 0.69 | 0.77 |
Hex | C4 | 9C | ED | 11 | 22 | 0 | 7 | 10E | 45 | 4D |
Octal | 304 | 234 | 355 | 21 | 42 | 0 | 7 | 416 | 105 | 115 |
Binary | 11000100 | 10011100 | 11101101 | 10001 | 100010 | 0 | 111 | 100001110 | 1000101 | 1001101 |
Color Harmonies of #C49CED
Complementary color
Monochromatic Colors of #C49CED
Black with #C49CED
Text Example
Text Example
White with #C49CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49CED; }
p { color: rgb(196,156,237); }
H1.HeaderClassName
{
color: #C49CED;
}
.AnyTagClassName
{
color: #C49CED;
}
</style>
background-color css
<style>
a { background-color: #C49CED; }
a { background-color: rgb(196,156,237); }
div.DivClassName
{
background-color: #C49CED;
}
.BgClassName
{
background-color: #C49CED;
}
</style>
border-color css
<style>
span { border-color: #C49CED; }
span { border-color: rgb(196,156,237); }
td.TdClassName
{
border-color: #C49CED;
}
.TagClassName
{
border-color: #C49CED;
}
</style>