Shades of Pink Flare #C6BFC0
Tints of Pink Flare #C6BFC0
RGB
CMYK
RGB Variations
Color information
#C6BFC0 (or 0xC6BFC0) is known color: Pink Flare. HEX triplet: C6, BF and C0. RGB value is (198,191,192). Sum of RGB (Red+Green+Blue) = 198+191+192=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFC0 is #39403F. Grayscale: #C1C1C1. Windows color (decimal): -3752000 or 12632006. OLE color: 12632006.
HSL color Cylindrical-coordinate representation of color #C6BFC0: hue angle of 351.43º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C6BFC0 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 191 | 192 | - |
CMYK | 0 | 0.04 | 0.03 | 0.22 |
HSL | 351.43º | 0.06% | 0.76% | - |
HSV(B) | 351.43º | 0.04% | 0.78% | - |
XYZ | 51.43 | 53.07 | 57.4 | - |
YUV | 193.21 | 127.32 | 131.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 191 | 192 | 0 | 0.04 | 0.03 | 0.22 | 351.43 | 0.06 | 0.76 |
Hex | C6 | BF | C0 | 0 | 4 | 3 | 16 | 15F | 6 | 4C |
Octal | 306 | 277 | 300 | 0 | 4 | 3 | 26 | 537 | 6 | 114 |
Binary | 11000110 | 10111111 | 11000000 | 0 | 100 | 11 | 10110 | 101011111 | 110 | 1001100 |
Color Harmonies of #C6BFC0
Complementary color
Monochromatic Colors of #C6BFC0
Black with #C6BFC0
Text Example
Text Example
White with #C6BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BFC0; }
p { color: rgb(198,191,192); }
H1.HeaderClassName
{
color: #C6BFC0;
}
.AnyTagClassName
{
color: #C6BFC0;
}
</style>
background-color css
<style>
a { background-color: #C6BFC0; }
a { background-color: rgb(198,191,192); }
div.DivClassName
{
background-color: #C6BFC0;
}
.BgClassName
{
background-color: #C6BFC0;
}
</style>
border-color css
<style>
span { border-color: #C6BFC0; }
span { border-color: rgb(198,191,192); }
td.TdClassName
{
border-color: #C6BFC0;
}
.TagClassName
{
border-color: #C6BFC0;
}
</style>