Shades of Perfume #C7B0DC
Tints of Perfume #C7B0DC
RGB
CMYK
RGB Variations
Color information
#C7B0DC (or 0xC7B0DC) is known color: Perfume. HEX triplet: C7, B0 and DC. RGB value is (199,176,220). Sum of RGB (Red+Green+Blue) = 199+176+220=595 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.45% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7B0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B0DC is #384F23. Grayscale: #BBBBBB. Windows color (decimal): -3690276 or 14463175. OLE color: 14463175.
HSL color Cylindrical-coordinate representation of color #C7B0DC: hue angle of 271.36º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7B0DC is Cyan = 0.10, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 176 | 220 | - |
| CMYK | 0.10 | 0.2 | 0 | 0.14 |
| HSL | 271.36º | 0.39% | 0.78% | - |
| HSV(B) | 271.36º | 0.2% | 0.86% | - |
| XYZ | 52 | 48.36 | 74.3 | - |
| YUV | 187.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 220 | 0.10 | 0.2 | 0 | 0.14 | 271.36 | 0.39 | 0.78 |
| Hex | C7 | B0 | DC | A | 14 | 0 | E | 10F | 27 | 4E |
| Octal | 307 | 260 | 334 | 12 | 24 | 0 | 16 | 417 | 47 | 116 |
| Binary | 11000111 | 10110000 | 11011100 | 1010 | 10100 | 0 | 1110 | 100001111 | 100111 | 1001110 |
Color Harmonies of #C7B0DC
Complementary color
Monochromatic Colors of #C7B0DC
Black with #C7B0DC
Text Example
Text Example
White with #C7B0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B0DC; }
p { color: rgb(199,176,220); }
H1.HeaderClassName
{
color: #C7B0DC;
}
.AnyTagClassName
{
color: #C7B0DC;
}
</style>
background-color css
<style>
a { background-color: #C7B0DC; }
a { background-color: rgb(199,176,220); }
div.DivClassName
{
background-color: #C7B0DC;
}
.BgClassName
{
background-color: #C7B0DC;
}
</style>
border-color css
<style>
span { border-color: #C7B0DC; }
span { border-color: rgb(199,176,220); }
td.TdClassName
{
border-color: #C7B0DC;
}
.TagClassName
{
border-color: #C7B0DC;
}
</style>