Shades of Perfume #C09BED
Tints of Perfume #C09BED
RGB
CMYK
RGB Variations
Color information
#C09BED (or 0xC09BED) is known color: Perfume. HEX triplet: C0, 9B and ED. RGB value is (192,155,237). Sum of RGB (Red+Green+Blue) = 192+155+237=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #C09BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09BED is #3F6412. Grayscale: #AFAFAF. Windows color (decimal): -4154387 or 15571904. OLE color: 15571904.
HSL color Cylindrical-coordinate representation of color #C09BED: hue angle of 267.07º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C09BED is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 155 | 237 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.07 |
| HSL | 267.07º | 0.69% | 0.77% | - |
| HSV(B) | 267.07º | 0.35% | 0.93% | - |
| XYZ | 48.75 | 40.76 | 85.42 | - |
| YUV | 175.41 | 162.76 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 237 | 0.19 | 0.35 | 0 | 0.07 | 267.07 | 0.69 | 0.77 |
| Hex | C0 | 9B | ED | 13 | 23 | 0 | 7 | 10B | 45 | 4D |
| Octal | 300 | 233 | 355 | 23 | 43 | 0 | 7 | 413 | 105 | 115 |
| Binary | 11000000 | 10011011 | 11101101 | 10011 | 100011 | 0 | 111 | 100001011 | 1000101 | 1001101 |
Color Harmonies of #C09BED
Complementary color
Monochromatic Colors of #C09BED
Black with #C09BED
Text Example
Text Example
White with #C09BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09BED; }
p { color: rgb(192,155,237); }
H1.HeaderClassName
{
color: #C09BED;
}
.AnyTagClassName
{
color: #C09BED;
}
</style>
background-color css
<style>
a { background-color: #C09BED; }
a { background-color: rgb(192,155,237); }
div.DivClassName
{
background-color: #C09BED;
}
.BgClassName
{
background-color: #C09BED;
}
</style>
border-color css
<style>
span { border-color: #C09BED; }
span { border-color: rgb(192,155,237); }
td.TdClassName
{
border-color: #C09BED;
}
.TagClassName
{
border-color: #C09BED;
}
</style>