Shades of Pink Flare #CCBFC0
Tints of Pink Flare #CCBFC0
RGB
CMYK
RGB Variations
Color information
#CCBFC0 (or 0xCCBFC0) is known color: Pink Flare. HEX triplet: CC, BF and C0. RGB value is (204,191,192). Sum of RGB (Red+Green+Blue) = 204+191+192=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFC0 is #33403F. Grayscale: #C3C3C3. Windows color (decimal): -3358784 or 12632012. OLE color: 12632012.
HSL color Cylindrical-coordinate representation of color #CCBFC0: hue angle of 355.38º 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 #CCBFC0 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 191 | 192 | - |
CMYK | 0 | 0.06 | 0.06 | 0.2 |
HSL | 355.38º | 0.11% | 0.77% | - |
HSV(B) | 355.38º | 0.06% | 0.8% | - |
XYZ | 53.05 | 53.9 | 57.48 | - |
YUV | 195 | 126.31 | 134.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 191 | 192 | 0 | 0.06 | 0.06 | 0.2 | 355.38 | 0.11 | 0.77 |
Hex | CC | BF | C0 | 0 | 6 | 6 | 14 | 163 | B | 4D |
Octal | 314 | 277 | 300 | 0 | 6 | 6 | 24 | 543 | 13 | 115 |
Binary | 11001100 | 10111111 | 11000000 | 0 | 110 | 110 | 10100 | 101100011 | 1011 | 1001101 |
Color Harmonies of #CCBFC0
Complementary color
Monochromatic Colors of #CCBFC0
Black with #CCBFC0
Text Example
Text Example
White with #CCBFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFC0; }
p { color: rgb(204,191,192); }
H1.HeaderClassName
{
color: #CCBFC0;
}
.AnyTagClassName
{
color: #CCBFC0;
}
</style>
background-color css
<style>
a { background-color: #CCBFC0; }
a { background-color: rgb(204,191,192); }
div.DivClassName
{
background-color: #CCBFC0;
}
.BgClassName
{
background-color: #CCBFC0;
}
</style>
border-color css
<style>
span { border-color: #CCBFC0; }
span { border-color: rgb(204,191,192); }
td.TdClassName
{
border-color: #CCBFC0;
}
.TagClassName
{
border-color: #CCBFC0;
}
</style>