Shades of Pink Flare #CEC3C4
Tints of Pink Flare #CEC3C4
RGB
CMYK
RGB Variations
Color information
#CEC3C4 (or 0xCEC3C4) is known color: Pink Flare. HEX triplet: CE, C3 and C4. RGB value is (206,195,196). Sum of RGB (Red+Green+Blue) = 206+195+196=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 195 (76.56% from 255 or 32.66% from 597); Blue value is 196 (76.95% from 255 or 32.83% from 597); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3C4 is #313C3B. Grayscale: #C6C6C6. Windows color (decimal): -3226684 or 12895182. OLE color: 12895182.
HSL color Cylindrical-coordinate representation of color #CEC3C4: hue angle of 354.55º degrees, saturation: 0.1, 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 #CEC3C4 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 195 | 196 | - |
CMYK | 0 | 0.05 | 0.05 | 0.19 |
HSL | 354.55º | 0.1% | 0.79% | - |
HSV(B) | 354.55º | 0.05% | 0.81% | - |
XYZ | 54.93 | 56.14 | 60.16 | - |
YUV | 198.4 | 126.64 | 133.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 195 | 196 | 0 | 0.05 | 0.05 | 0.19 | 354.55 | 0.1 | 0.79 |
Hex | CE | C3 | C4 | 0 | 5 | 5 | 13 | 163 | A | 4F |
Octal | 316 | 303 | 304 | 0 | 5 | 5 | 23 | 543 | 12 | 117 |
Binary | 11001110 | 11000011 | 11000100 | 0 | 101 | 101 | 10011 | 101100011 | 1010 | 1001111 |
Color Harmonies of #CEC3C4
Complementary color
Monochromatic Colors of #CEC3C4
Black with #CEC3C4
Text Example
Text Example
White with #CEC3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3C4; }
p { color: rgb(206,195,196); }
H1.HeaderClassName
{
color: #CEC3C4;
}
.AnyTagClassName
{
color: #CEC3C4;
}
</style>
background-color css
<style>
a { background-color: #CEC3C4; }
a { background-color: rgb(206,195,196); }
div.DivClassName
{
background-color: #CEC3C4;
}
.BgClassName
{
background-color: #CEC3C4;
}
</style>
border-color css
<style>
span { border-color: #CEC3C4; }
span { border-color: rgb(206,195,196); }
td.TdClassName
{
border-color: #CEC3C4;
}
.TagClassName
{
border-color: #CEC3C4;
}
</style>