Shades of Perfume #C0B0CD
Tints of Perfume #C0B0CD
RGB
CMYK
RGB Variations
Color information
#C0B0CD (or 0xC0B0CD) is known color: Perfume. HEX triplet: C0, B0 and CD. RGB value is (192,176,205). Sum of RGB (Red+Green+Blue) = 192+176+205=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0B0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B0CD is #3F4F32. Grayscale: #B7B7B7. Windows color (decimal): -4149043 or 13480128. OLE color: 13480128.
HSL color Cylindrical-coordinate representation of color #C0B0CD: hue angle of 273.1º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0B0CD is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 176 | 205 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.20 |
| HSL | 273.1º | 0.22% | 0.75% | - |
| HSV(B) | 273.1º | 0.14% | 0.8% | - |
| XYZ | 48.28 | 46.66 | 64.22 | - |
| YUV | 184.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 205 | 0.06 | 0.14 | 0 | 0.20 | 273.1 | 0.22 | 0.75 |
| Hex | C0 | B0 | CD | 6 | E | 0 | 14 | 111 | 16 | 4B |
| Octal | 300 | 260 | 315 | 6 | 16 | 0 | 24 | 421 | 26 | 113 |
| Binary | 11000000 | 10110000 | 11001101 | 110 | 1110 | 0 | 10100 | 100010001 | 10110 | 1001011 |
Color Harmonies of #C0B0CD
Complementary color
Monochromatic Colors of #C0B0CD
Black with #C0B0CD
Text Example
Text Example
White with #C0B0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B0CD; }
p { color: rgb(192,176,205); }
H1.HeaderClassName
{
color: #C0B0CD;
}
.AnyTagClassName
{
color: #C0B0CD;
}
</style>
background-color css
<style>
a { background-color: #C0B0CD; }
a { background-color: rgb(192,176,205); }
div.DivClassName
{
background-color: #C0B0CD;
}
.BgClassName
{
background-color: #C0B0CD;
}
</style>
border-color css
<style>
span { border-color: #C0B0CD; }
span { border-color: rgb(192,176,205); }
td.TdClassName
{
border-color: #C0B0CD;
}
.TagClassName
{
border-color: #C0B0CD;
}
</style>