Shades of Perfume #C4A8DB
Tints of Perfume #C4A8DB
RGB
CMYK
RGB Variations
Color information
#C4A8DB (or 0xC4A8DB) is known color: Perfume. HEX triplet: C4, A8 and DB. RGB value is (196,168,219). Sum of RGB (Red+Green+Blue) = 196+168+219=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 168 (66.02% from 255 or 28.82% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4A8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A8DB is #3B5724. Grayscale: #B6B6B6. Windows color (decimal): -3888933 or 14395588. OLE color: 14395588.
HSL color Cylindrical-coordinate representation of color #C4A8DB: hue angle of 272.94º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4A8DB is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 168 | 219 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.14 |
| HSL | 272.94º | 0.41% | 0.76% | - |
| HSV(B) | 272.94º | 0.23% | 0.86% | - |
| XYZ | 49.55 | 44.86 | 73.06 | - |
| YUV | 182.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 219 | 0.11 | 0.23 | 0 | 0.14 | 272.94 | 0.41 | 0.76 |
| Hex | C4 | A8 | DB | B | 17 | 0 | E | 111 | 29 | 4C |
| Octal | 304 | 250 | 333 | 13 | 27 | 0 | 16 | 421 | 51 | 114 |
| Binary | 11000100 | 10101000 | 11011011 | 1011 | 10111 | 0 | 1110 | 100010001 | 101001 | 1001100 |
Color Harmonies of #C4A8DB
Complementary color
Monochromatic Colors of #C4A8DB
Black with #C4A8DB
Text Example
Text Example
White with #C4A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A8DB; }
p { color: rgb(196,168,219); }
H1.HeaderClassName
{
color: #C4A8DB;
}
.AnyTagClassName
{
color: #C4A8DB;
}
</style>
background-color css
<style>
a { background-color: #C4A8DB; }
a { background-color: rgb(196,168,219); }
div.DivClassName
{
background-color: #C4A8DB;
}
.BgClassName
{
background-color: #C4A8DB;
}
</style>
border-color css
<style>
span { border-color: #C4A8DB; }
span { border-color: rgb(196,168,219); }
td.TdClassName
{
border-color: #C4A8DB;
}
.TagClassName
{
border-color: #C4A8DB;
}
</style>