Shades of Pink Flare #CDBABC
Tints of Pink Flare #CDBABC
RGB
CMYK
RGB Variations
Color information
#CDBABC (or 0xCDBABC) is known color: Pink Flare. HEX triplet: CD, BA and BC. RGB value is (205,186,188). Sum of RGB (Red+Green+Blue) = 205+186+188=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBABC is #324543. Grayscale: #BFBFBF. Windows color (decimal): -3294532 or 12368589. OLE color: 12368589.
HSL color Cylindrical-coordinate representation of color #CDBABC: hue angle of 353.68º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDBABC is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 186 | 188 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.20 |
| HSL | 353.68º | 0.16% | 0.77% | - |
| HSV(B) | 353.68º | 0.09% | 0.8% | - |
| XYZ | 51.81 | 51.73 | 54.83 | - |
| YUV | 191.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 188 | 0 | 0.09 | 0.08 | 0.20 | 353.68 | 0.16 | 0.77 |
| Hex | CD | BA | BC | 0 | 9 | 8 | 14 | 162 | 10 | 4D |
| Octal | 315 | 272 | 274 | 0 | 11 | 10 | 24 | 542 | 20 | 115 |
| Binary | 11001101 | 10111010 | 10111100 | 0 | 1001 | 1000 | 10100 | 101100010 | 10000 | 1001101 |
Color Harmonies of #CDBABC
Complementary color
Monochromatic Colors of #CDBABC
Black with #CDBABC
Text Example
Text Example
White with #CDBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBABC; }
p { color: rgb(205,186,188); }
H1.HeaderClassName
{
color: #CDBABC;
}
.AnyTagClassName
{
color: #CDBABC;
}
</style>
background-color css
<style>
a { background-color: #CDBABC; }
a { background-color: rgb(205,186,188); }
div.DivClassName
{
background-color: #CDBABC;
}
.BgClassName
{
background-color: #CDBABC;
}
</style>
border-color css
<style>
span { border-color: #CDBABC; }
span { border-color: rgb(205,186,188); }
td.TdClassName
{
border-color: #CDBABC;
}
.TagClassName
{
border-color: #CDBABC;
}
</style>