Shades of Pink Flare #CDBEC0
Tints of Pink Flare #CDBEC0
RGB
CMYK
RGB Variations
Color information
#CDBEC0 (or 0xCDBEC0) is known color: Pink Flare. HEX triplet: CD, BE and C0. RGB value is (205,190,192). Sum of RGB (Red+Green+Blue) = 205+190+192=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBEC0 is #32413F. Grayscale: #C2C2C2. Windows color (decimal): -3293504 or 12631757. OLE color: 12631757.
HSL color Cylindrical-coordinate representation of color #CDBEC0: hue angle of 352º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDBEC0 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 190 | 192 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.20 |
| HSL | 352º | 0.13% | 0.77% | - |
| HSV(B) | 352º | 0.07% | 0.8% | - |
| XYZ | 53.1 | 53.61 | 57.42 | - |
| YUV | 194.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 190 | 192 | 0 | 0.07 | 0.06 | 0.20 | 352 | 0.13 | 0.77 |
| Hex | CD | BE | C0 | 0 | 7 | 6 | 14 | 160 | D | 4D |
| Octal | 315 | 276 | 300 | 0 | 7 | 6 | 24 | 540 | 15 | 115 |
| Binary | 11001101 | 10111110 | 11000000 | 0 | 111 | 110 | 10100 | 101100000 | 1101 | 1001101 |
Color Harmonies of #CDBEC0
Complementary color
Monochromatic Colors of #CDBEC0
Black with #CDBEC0
Text Example
Text Example
White with #CDBEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBEC0; }
p { color: rgb(205,190,192); }
H1.HeaderClassName
{
color: #CDBEC0;
}
.AnyTagClassName
{
color: #CDBEC0;
}
</style>
background-color css
<style>
a { background-color: #CDBEC0; }
a { background-color: rgb(205,190,192); }
div.DivClassName
{
background-color: #CDBEC0;
}
.BgClassName
{
background-color: #CDBEC0;
}
</style>
border-color css
<style>
span { border-color: #CDBEC0; }
span { border-color: rgb(205,190,192); }
td.TdClassName
{
border-color: #CDBEC0;
}
.TagClassName
{
border-color: #CDBEC0;
}
</style>