Shades of Pink Flare #CCB6B9
Tints of Pink Flare #CCB6B9
RGB
CMYK
RGB Variations
Color information
#CCB6B9 (or 0xCCB6B9) is known color: Pink Flare. HEX triplet: CC, B6 and B9. RGB value is (204,182,185). Sum of RGB (Red+Green+Blue) = 204+182+185=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6B9 is #334946. Grayscale: #BCBCBC. Windows color (decimal): -3361095 or 12170956. OLE color: 12170956.
HSL color Cylindrical-coordinate representation of color #CCB6B9: hue angle of 351.82º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCB6B9 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 182 | 185 | - |
CMYK | 0 | 0.11 | 0.09 | 0.2 |
HSL | 351.82º | 0.18% | 0.76% | - |
HSV(B) | 351.82º | 0.11% | 0.8% | - |
XYZ | 50.39 | 49.8 | 52.85 | - |
YUV | 188.92 | 125.79 | 138.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 182 | 185 | 0 | 0.11 | 0.09 | 0.2 | 351.82 | 0.18 | 0.76 |
Hex | CC | B6 | B9 | 0 | B | 9 | 14 | 160 | 12 | 4C |
Octal | 314 | 266 | 271 | 0 | 13 | 11 | 24 | 540 | 22 | 114 |
Binary | 11001100 | 10110110 | 10111001 | 0 | 1011 | 1001 | 10100 | 101100000 | 10010 | 1001100 |
Color Harmonies of #CCB6B9
Complementary color
Monochromatic Colors of #CCB6B9
Black with #CCB6B9
Text Example
Text Example
White with #CCB6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6B9; }
p { color: rgb(204,182,185); }
H1.HeaderClassName
{
color: #CCB6B9;
}
.AnyTagClassName
{
color: #CCB6B9;
}
</style>
background-color css
<style>
a { background-color: #CCB6B9; }
a { background-color: rgb(204,182,185); }
div.DivClassName
{
background-color: #CCB6B9;
}
.BgClassName
{
background-color: #CCB6B9;
}
</style>
border-color css
<style>
span { border-color: #CCB6B9; }
span { border-color: rgb(204,182,185); }
td.TdClassName
{
border-color: #CCB6B9;
}
.TagClassName
{
border-color: #CCB6B9;
}
</style>