Shades of Pink Flare #C2BEBF
Tints of Pink Flare #C2BEBF
RGB
CMYK
RGB Variations
Color information
#C2BEBF (or 0xC2BEBF) is known color: Pink Flare. HEX triplet: C2, BE and BF. RGB value is (194,190,191). Sum of RGB (Red+Green+Blue) = 194+190+191=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEBF is #3D4140. Grayscale: #BFBFBF. Windows color (decimal): -4014401 or 12566210. OLE color: 12566210.
HSL color Cylindrical-coordinate representation of color #C2BEBF: hue angle of 345º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C2BEBF is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 190 | 191 | - |
CMYK | 0 | 0.02 | 0.02 | 0.24 |
HSL | 345º | 0.03% | 0.75% | - |
HSV(B) | 345º | 0.02% | 0.76% | - |
XYZ | 50.07 | 52.06 | 56.7 | - |
YUV | 191.31 | 127.83 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 190 | 191 | 0 | 0.02 | 0.02 | 0.24 | 345 | 0.03 | 0.75 |
Hex | C2 | BE | BF | 0 | 2 | 2 | 18 | 159 | 3 | 4B |
Octal | 302 | 276 | 277 | 0 | 2 | 2 | 30 | 531 | 3 | 113 |
Binary | 11000010 | 10111110 | 10111111 | 0 | 10 | 10 | 11000 | 101011001 | 11 | 1001011 |
Color Harmonies of #C2BEBF
Complementary color
Monochromatic Colors of #C2BEBF
Black with #C2BEBF
Text Example
Text Example
White with #C2BEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEBF; }
p { color: rgb(194,190,191); }
H1.HeaderClassName
{
color: #C2BEBF;
}
.AnyTagClassName
{
color: #C2BEBF;
}
</style>
background-color css
<style>
a { background-color: #C2BEBF; }
a { background-color: rgb(194,190,191); }
div.DivClassName
{
background-color: #C2BEBF;
}
.BgClassName
{
background-color: #C2BEBF;
}
</style>
border-color css
<style>
span { border-color: #C2BEBF; }
span { border-color: rgb(194,190,191); }
td.TdClassName
{
border-color: #C2BEBF;
}
.TagClassName
{
border-color: #C2BEBF;
}
</style>