Shades of Pink Flare #C3B2B7
Tints of Pink Flare #C3B2B7
RGB
CMYK
RGB Variations
Color information
#C3B2B7 (or 0xC3B2B7) is known color: Pink Flare. HEX triplet: C3, B2 and B7. RGB value is (195,178,183). Sum of RGB (Red+Green+Blue) = 195+178+183=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B2B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B2B7 is #3C4D48. Grayscale: #B7B7B7. Windows color (decimal): -3951945 or 12038851. OLE color: 12038851.
HSL color Cylindrical-coordinate representation of color #C3B2B7: hue angle of 342.35º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3B2B7 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 178 | 183 | - |
CMYK | 0 | 0.09 | 0.06 | 0.24 |
HSL | 342.35º | 0.12% | 0.73% | - |
HSV(B) | 342.35º | 0.09% | 0.76% | - |
XYZ | 46.97 | 46.86 | 51.37 | - |
YUV | 183.65 | 127.63 | 136.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 178 | 183 | 0 | 0.09 | 0.06 | 0.24 | 342.35 | 0.12 | 0.73 |
Hex | C3 | B2 | B7 | 0 | 9 | 6 | 18 | 156 | C | 49 |
Octal | 303 | 262 | 267 | 0 | 11 | 6 | 30 | 526 | 14 | 111 |
Binary | 11000011 | 10110010 | 10110111 | 0 | 1001 | 110 | 11000 | 101010110 | 1100 | 1001001 |
Color Harmonies of #C3B2B7
Complementary color
Monochromatic Colors of #C3B2B7
Black with #C3B2B7
Text Example
Text Example
White with #C3B2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B2B7; }
p { color: rgb(195,178,183); }
H1.HeaderClassName
{
color: #C3B2B7;
}
.AnyTagClassName
{
color: #C3B2B7;
}
</style>
background-color css
<style>
a { background-color: #C3B2B7; }
a { background-color: rgb(195,178,183); }
div.DivClassName
{
background-color: #C3B2B7;
}
.BgClassName
{
background-color: #C3B2B7;
}
</style>
border-color css
<style>
span { border-color: #C3B2B7; }
span { border-color: rgb(195,178,183); }
td.TdClassName
{
border-color: #C3B2B7;
}
.TagClassName
{
border-color: #C3B2B7;
}
</style>