Shades of Pink Flare #CDB9BC
Tints of Pink Flare #CDB9BC
RGB
CMYK
RGB Variations
Color information
#CDB9BC (or 0xCDB9BC) is known color: Pink Flare. HEX triplet: CD, B9 and BC. RGB value is (205,185,188). Sum of RGB (Red+Green+Blue) = 205+185+188=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB9BC is #324643. Grayscale: #BFBFBF. Windows color (decimal): -3294788 or 12368333. OLE color: 12368333.
HSL color Cylindrical-coordinate representation of color #CDB9BC: hue angle of 351º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDB9BC is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 188 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.20 |
| HSL | 351º | 0.17% | 0.76% | - |
| HSV(B) | 351º | 0.1% | 0.8% | - |
| XYZ | 51.6 | 51.31 | 54.76 | - |
| YUV | 191.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 188 | 0 | 0.10 | 0.08 | 0.20 | 351 | 0.17 | 0.76 |
| Hex | CD | B9 | BC | 0 | A | 8 | 14 | 15F | 11 | 4C |
| Octal | 315 | 271 | 274 | 0 | 12 | 10 | 24 | 537 | 21 | 114 |
| Binary | 11001101 | 10111001 | 10111100 | 0 | 1010 | 1000 | 10100 | 101011111 | 10001 | 1001100 |
Color Harmonies of #CDB9BC
Complementary color
Monochromatic Colors of #CDB9BC
Black with #CDB9BC
Text Example
Text Example
White with #CDB9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB9BC; }
p { color: rgb(205,185,188); }
H1.HeaderClassName
{
color: #CDB9BC;
}
.AnyTagClassName
{
color: #CDB9BC;
}
</style>
background-color css
<style>
a { background-color: #CDB9BC; }
a { background-color: rgb(205,185,188); }
div.DivClassName
{
background-color: #CDB9BC;
}
.BgClassName
{
background-color: #CDB9BC;
}
</style>
border-color css
<style>
span { border-color: #CDB9BC; }
span { border-color: rgb(205,185,188); }
td.TdClassName
{
border-color: #CDB9BC;
}
.TagClassName
{
border-color: #CDB9BC;
}
</style>