Shades of Pink Flare #C0B7B9
Tints of Pink Flare #C0B7B9
RGB
CMYK
RGB Variations
Color information
#C0B7B9 (or 0xC0B7B9) is known color: Pink Flare. HEX triplet: C0, B7 and B9. RGB value is (192,183,185). Sum of RGB (Red+Green+Blue) = 192+183+185=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B7B9 is #3F4846. Grayscale: #B9B9B9. Windows color (decimal): -4147271 or 12171200. OLE color: 12171200.
HSL color Cylindrical-coordinate representation of color #C0B7B9: hue angle of 346.67º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0B7B9 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 183 | 185 | - |
CMYK | 0 | 0.05 | 0.04 | 0.25 |
HSL | 346.67º | 0.07% | 0.74% | - |
HSV(B) | 346.67º | 0.05% | 0.75% | - |
XYZ | 47.43 | 48.58 | 52.78 | - |
YUV | 185.92 | 127.48 | 132.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 183 | 185 | 0 | 0.05 | 0.04 | 0.25 | 346.67 | 0.07 | 0.74 |
Hex | C0 | B7 | B9 | 0 | 5 | 4 | 19 | 15B | 7 | 4A |
Octal | 300 | 267 | 271 | 0 | 5 | 4 | 31 | 533 | 7 | 112 |
Binary | 11000000 | 10110111 | 10111001 | 0 | 101 | 100 | 11001 | 101011011 | 111 | 1001010 |
Color Harmonies of #C0B7B9
Complementary color
Monochromatic Colors of #C0B7B9
Black with #C0B7B9
Text Example
Text Example
White with #C0B7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B7B9; }
p { color: rgb(192,183,185); }
H1.HeaderClassName
{
color: #C0B7B9;
}
.AnyTagClassName
{
color: #C0B7B9;
}
</style>
background-color css
<style>
a { background-color: #C0B7B9; }
a { background-color: rgb(192,183,185); }
div.DivClassName
{
background-color: #C0B7B9;
}
.BgClassName
{
background-color: #C0B7B9;
}
</style>
border-color css
<style>
span { border-color: #C0B7B9; }
span { border-color: rgb(192,183,185); }
td.TdClassName
{
border-color: #C0B7B9;
}
.TagClassName
{
border-color: #C0B7B9;
}
</style>