Shades of Pink Flare #CCBFC1
Tints of Pink Flare #CCBFC1
RGB
CMYK
RGB Variations
Color information
#CCBFC1 (or 0xCCBFC1) is known color: Pink Flare. HEX triplet: CC, BF and C1. RGB value is (204,191,193). Sum of RGB (Red+Green+Blue) = 204+191+193=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFC1 is #33403E. Grayscale: #C3C3C3. Windows color (decimal): -3358783 or 12697548. OLE color: 12697548.
HSL color Cylindrical-coordinate representation of color #CCBFC1: hue angle of 350.77º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCBFC1 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 191 | 193 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.2 |
| HSL | 350.77º | 0.11% | 0.77% | - |
| HSV(B) | 350.77º | 0.06% | 0.8% | - |
| XYZ | 53.16 | 53.95 | 58.06 | - |
| YUV | 195.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 193 | 0 | 0.06 | 0.05 | 0.2 | 350.77 | 0.11 | 0.77 |
| Hex | CC | BF | C1 | 0 | 6 | 5 | 14 | 15F | B | 4D |
| Octal | 314 | 277 | 301 | 0 | 6 | 5 | 24 | 537 | 13 | 115 |
| Binary | 11001100 | 10111111 | 11000001 | 0 | 110 | 101 | 10100 | 101011111 | 1011 | 1001101 |
Color Harmonies of #CCBFC1
Complementary color
Monochromatic Colors of #CCBFC1
Black with #CCBFC1
Text Example
Text Example
White with #CCBFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFC1; }
p { color: rgb(204,191,193); }
H1.HeaderClassName
{
color: #CCBFC1;
}
.AnyTagClassName
{
color: #CCBFC1;
}
</style>
background-color css
<style>
a { background-color: #CCBFC1; }
a { background-color: rgb(204,191,193); }
div.DivClassName
{
background-color: #CCBFC1;
}
.BgClassName
{
background-color: #CCBFC1;
}
</style>
border-color css
<style>
span { border-color: #CCBFC1; }
span { border-color: rgb(204,191,193); }
td.TdClassName
{
border-color: #CCBFC1;
}
.TagClassName
{
border-color: #CCBFC1;
}
</style>