Shades of Pink Flare #C2B6B8
Tints of Pink Flare #C2B6B8
RGB
CMYK
RGB Variations
Color information
#C2B6B8 (or 0xC2B6B8) is known color: Pink Flare. HEX triplet: C2, B6 and B8. RGB value is (194,182,184). Sum of RGB (Red+Green+Blue) = 194+182+184=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B6B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B6B8 is #3D4947. Grayscale: #B9B9B9. Windows color (decimal): -4016456 or 12105410. OLE color: 12105410.
HSL color Cylindrical-coordinate representation of color #C2B6B8: hue angle of 350º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2B6B8 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 182 | 184 | - |
CMYK | 0 | 0.06 | 0.05 | 0.24 |
HSL | 350º | 0.09% | 0.74% | - |
HSV(B) | 350º | 0.06% | 0.76% | - |
XYZ | 47.63 | 48.39 | 52.18 | - |
YUV | 185.82 | 126.98 | 133.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 182 | 184 | 0 | 0.06 | 0.05 | 0.24 | 350 | 0.09 | 0.74 |
Hex | C2 | B6 | B8 | 0 | 6 | 5 | 18 | 15E | 9 | 4A |
Octal | 302 | 266 | 270 | 0 | 6 | 5 | 30 | 536 | 11 | 112 |
Binary | 11000010 | 10110110 | 10111000 | 0 | 110 | 101 | 11000 | 101011110 | 1001 | 1001010 |
Color Harmonies of #C2B6B8
Complementary color
Monochromatic Colors of #C2B6B8
Black with #C2B6B8
Text Example
Text Example
White with #C2B6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B6B8; }
p { color: rgb(194,182,184); }
H1.HeaderClassName
{
color: #C2B6B8;
}
.AnyTagClassName
{
color: #C2B6B8;
}
</style>
background-color css
<style>
a { background-color: #C2B6B8; }
a { background-color: rgb(194,182,184); }
div.DivClassName
{
background-color: #C2B6B8;
}
.BgClassName
{
background-color: #C2B6B8;
}
</style>
border-color css
<style>
span { border-color: #C2B6B8; }
span { border-color: rgb(194,182,184); }
td.TdClassName
{
border-color: #C2B6B8;
}
.TagClassName
{
border-color: #C2B6B8;
}
</style>