Shades of Pink Flare #CCB7B9
Tints of Pink Flare #CCB7B9
RGB
CMYK
RGB Variations
Color information
#CCB7B9 (or 0xCCB7B9) is known color: Pink Flare. HEX triplet: CC, B7 and B9. RGB value is (204,183,185). Sum of RGB (Red+Green+Blue) = 204+183+185=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7B9 is #334846. Grayscale: #BDBDBD. Windows color (decimal): -3360839 or 12171212. OLE color: 12171212.
HSL color Cylindrical-coordinate representation of color #CCB7B9: hue angle of 354.29º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCB7B9 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 183 | 185 | - |
CMYK | 0 | 0.10 | 0.09 | 0.2 |
HSL | 354.29º | 0.17% | 0.76% | - |
HSV(B) | 354.29º | 0.1% | 0.8% | - |
XYZ | 50.59 | 50.21 | 52.92 | - |
YUV | 189.51 | 125.46 | 138.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 183 | 185 | 0 | 0.10 | 0.09 | 0.2 | 354.29 | 0.17 | 0.76 |
Hex | CC | B7 | B9 | 0 | A | 9 | 14 | 162 | 11 | 4C |
Octal | 314 | 267 | 271 | 0 | 12 | 11 | 24 | 542 | 21 | 114 |
Binary | 11001100 | 10110111 | 10111001 | 0 | 1010 | 1001 | 10100 | 101100010 | 10001 | 1001100 |
Color Harmonies of #CCB7B9
Complementary color
Monochromatic Colors of #CCB7B9
Black with #CCB7B9
Text Example
Text Example
White with #CCB7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7B9; }
p { color: rgb(204,183,185); }
H1.HeaderClassName
{
color: #CCB7B9;
}
.AnyTagClassName
{
color: #CCB7B9;
}
</style>
background-color css
<style>
a { background-color: #CCB7B9; }
a { background-color: rgb(204,183,185); }
div.DivClassName
{
background-color: #CCB7B9;
}
.BgClassName
{
background-color: #CCB7B9;
}
</style>
border-color css
<style>
span { border-color: #CCB7B9; }
span { border-color: rgb(204,183,185); }
td.TdClassName
{
border-color: #CCB7B9;
}
.TagClassName
{
border-color: #CCB7B9;
}
</style>