Shades of Perfume #C1B0CF
Tints of Perfume #C1B0CF
RGB
CMYK
RGB Variations
Color information
#C1B0CF (or 0xC1B0CF) is known color: Perfume. HEX triplet: C1, B0 and CF. RGB value is (193,176,207). Sum of RGB (Red+Green+Blue) = 193+176+207=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #C1B0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B0CF is #3E4F30. Grayscale: #B8B8B8. Windows color (decimal): -4083505 or 13611201. OLE color: 13611201.
HSL color Cylindrical-coordinate representation of color #C1B0CF: hue angle of 272.9º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1B0CF is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 176 | 207 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.19 |
| HSL | 272.9º | 0.24% | 0.75% | - |
| HSV(B) | 272.9º | 0.15% | 0.81% | - |
| XYZ | 48.78 | 46.89 | 65.51 | - |
| YUV | 184.62 | 140.63 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 176 | 207 | 0.07 | 0.15 | 0 | 0.19 | 272.9 | 0.24 | 0.75 |
| Hex | C1 | B0 | CF | 7 | F | 0 | 13 | 111 | 18 | 4B |
| Octal | 301 | 260 | 317 | 7 | 17 | 0 | 23 | 421 | 30 | 113 |
| Binary | 11000001 | 10110000 | 11001111 | 111 | 1111 | 0 | 10011 | 100010001 | 11000 | 1001011 |
Color Harmonies of #C1B0CF
Complementary color
Monochromatic Colors of #C1B0CF
Black with #C1B0CF
Text Example
Text Example
White with #C1B0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B0CF; }
p { color: rgb(193,176,207); }
H1.HeaderClassName
{
color: #C1B0CF;
}
.AnyTagClassName
{
color: #C1B0CF;
}
</style>
background-color css
<style>
a { background-color: #C1B0CF; }
a { background-color: rgb(193,176,207); }
div.DivClassName
{
background-color: #C1B0CF;
}
.BgClassName
{
background-color: #C1B0CF;
}
</style>
border-color css
<style>
span { border-color: #C1B0CF; }
span { border-color: rgb(193,176,207); }
td.TdClassName
{
border-color: #C1B0CF;
}
.TagClassName
{
border-color: #C1B0CF;
}
</style>