Shades of Pink Flare #CEC4C5
Tints of Pink Flare #CEC4C5
RGB
CMYK
RGB Variations
Color information
#CEC4C5 (or 0xCEC4C5) is known color: Pink Flare. HEX triplet: CE, C4 and C5. RGB value is (206,196,197). Sum of RGB (Red+Green+Blue) = 206+196+197=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 196 (76.95% from 255 or 32.72% from 599); Blue value is 197 (77.34% from 255 or 32.89% from 599); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC4C5 is #313B3A. Grayscale: #C7C7C7. Windows color (decimal): -3226427 or 12960974. OLE color: 12960974.
HSL color Cylindrical-coordinate representation of color #CEC4C5: hue angle of 354º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CEC4C5 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 196 | 197 | - |
CMYK | 0 | 0.05 | 0.04 | 0.19 |
HSL | 354º | 0.09% | 0.79% | - |
HSV(B) | 354º | 0.05% | 0.81% | - |
XYZ | 55.27 | 56.63 | 60.84 | - |
YUV | 199.1 | 126.81 | 132.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 196 | 197 | 0 | 0.05 | 0.04 | 0.19 | 354 | 0.09 | 0.79 |
Hex | CE | C4 | C5 | 0 | 5 | 4 | 13 | 162 | 9 | 4F |
Octal | 316 | 304 | 305 | 0 | 5 | 4 | 23 | 542 | 11 | 117 |
Binary | 11001110 | 11000100 | 11000101 | 0 | 101 | 100 | 10011 | 101100010 | 1001 | 1001111 |
Color Harmonies of #CEC4C5
Complementary color
Monochromatic Colors of #CEC4C5
Black with #CEC4C5
Text Example
Text Example
White with #CEC4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4C5; }
p { color: rgb(206,196,197); }
H1.HeaderClassName
{
color: #CEC4C5;
}
.AnyTagClassName
{
color: #CEC4C5;
}
</style>
background-color css
<style>
a { background-color: #CEC4C5; }
a { background-color: rgb(206,196,197); }
div.DivClassName
{
background-color: #CEC4C5;
}
.BgClassName
{
background-color: #CEC4C5;
}
</style>
border-color css
<style>
span { border-color: #CEC4C5; }
span { border-color: rgb(206,196,197); }
td.TdClassName
{
border-color: #CEC4C5;
}
.TagClassName
{
border-color: #CEC4C5;
}
</style>