Shades of Pink Flare #CEC0C2
Tints of Pink Flare #CEC0C2
RGB
CMYK
RGB Variations
Color information
#CEC0C2 (or 0xCEC0C2) is known color: Pink Flare. HEX triplet: CE, C0 and C2. RGB value is (206,192,194). Sum of RGB (Red+Green+Blue) = 206+192+194=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0C2 is #313F3D. Grayscale: #C4C4C4. Windows color (decimal): -3227454 or 12763342. OLE color: 12763342.
HSL color Cylindrical-coordinate representation of color #CEC0C2: hue angle of 351.43º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEC0C2 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 192 | 194 | - |
CMYK | 0 | 0.07 | 0.06 | 0.19 |
HSL | 351.43º | 0.13% | 0.78% | - |
HSV(B) | 351.43º | 0.07% | 0.81% | - |
XYZ | 54.04 | 54.72 | 58.75 | - |
YUV | 196.41 | 126.64 | 134.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 192 | 194 | 0 | 0.07 | 0.06 | 0.19 | 351.43 | 0.13 | 0.78 |
Hex | CE | C0 | C2 | 0 | 7 | 6 | 13 | 15F | C | 4E |
Octal | 316 | 300 | 302 | 0 | 7 | 6 | 23 | 537 | 14 | 116 |
Binary | 11001110 | 11000000 | 11000010 | 0 | 111 | 110 | 10011 | 101011111 | 1100 | 1001110 |
Color Harmonies of #CEC0C2
Complementary color
Monochromatic Colors of #CEC0C2
Black with #CEC0C2
Text Example
Text Example
White with #CEC0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0C2; }
p { color: rgb(206,192,194); }
H1.HeaderClassName
{
color: #CEC0C2;
}
.AnyTagClassName
{
color: #CEC0C2;
}
</style>
background-color css
<style>
a { background-color: #CEC0C2; }
a { background-color: rgb(206,192,194); }
div.DivClassName
{
background-color: #CEC0C2;
}
.BgClassName
{
background-color: #CEC0C2;
}
</style>
border-color css
<style>
span { border-color: #CEC0C2; }
span { border-color: rgb(206,192,194); }
td.TdClassName
{
border-color: #CEC0C2;
}
.TagClassName
{
border-color: #CEC0C2;
}
</style>