Shades of Pink Flare #C3B4B6
Tints of Pink Flare #C3B4B6
RGB
CMYK
RGB Variations
Color information
#C3B4B6 (or 0xC3B4B6) is known color: Pink Flare. HEX triplet: C3, B4 and B6. RGB value is (195,180,182). Sum of RGB (Red+Green+Blue) = 195+180+182=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B4B6 is #3C4B49. Grayscale: #B8B8B8. Windows color (decimal): -3951434 or 11973827. OLE color: 11973827.
HSL color Cylindrical-coordinate representation of color #C3B4B6: hue angle of 352º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3B4B6 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 180 | 182 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.24 |
| HSL | 352º | 0.11% | 0.74% | - |
| HSV(B) | 352º | 0.08% | 0.76% | - |
| XYZ | 47.27 | 47.62 | 50.96 | - |
| YUV | 184.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 180 | 182 | 0 | 0.08 | 0.07 | 0.24 | 352 | 0.11 | 0.74 |
| Hex | C3 | B4 | B6 | 0 | 8 | 7 | 18 | 160 | B | 4A |
| Octal | 303 | 264 | 266 | 0 | 10 | 7 | 30 | 540 | 13 | 112 |
| Binary | 11000011 | 10110100 | 10110110 | 0 | 1000 | 111 | 11000 | 101100000 | 1011 | 1001010 |
Color Harmonies of #C3B4B6
Complementary color
Monochromatic Colors of #C3B4B6
Black with #C3B4B6
Text Example
Text Example
White with #C3B4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B4B6; }
p { color: rgb(195,180,182); }
H1.HeaderClassName
{
color: #C3B4B6;
}
.AnyTagClassName
{
color: #C3B4B6;
}
</style>
background-color css
<style>
a { background-color: #C3B4B6; }
a { background-color: rgb(195,180,182); }
div.DivClassName
{
background-color: #C3B4B6;
}
.BgClassName
{
background-color: #C3B4B6;
}
</style>
border-color css
<style>
span { border-color: #C3B4B6; }
span { border-color: rgb(195,180,182); }
td.TdClassName
{
border-color: #C3B4B6;
}
.TagClassName
{
border-color: #C3B4B6;
}
</style>