Shades of Pink Flare #CDB9BD
Tints of Pink Flare #CDB9BD
RGB
CMYK
RGB Variations
Color information
#CDB9BD (or 0xCDB9BD) is known color: Pink Flare. HEX triplet: CD, B9 and BD. RGB value is (205,185,189). Sum of RGB (Red+Green+Blue) = 205+185+189=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB9BD is #324642. Grayscale: #BFBFBF. Windows color (decimal): -3294787 or 12433869. OLE color: 12433869.
HSL color Cylindrical-coordinate representation of color #CDB9BD: hue angle of 348º 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 #CDB9BD is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 189 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.20 |
| HSL | 348º | 0.17% | 0.76% | - |
| HSV(B) | 348º | 0.1% | 0.8% | - |
| XYZ | 51.71 | 51.35 | 55.33 | - |
| YUV | 191.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 189 | 0 | 0.10 | 0.08 | 0.20 | 348 | 0.17 | 0.76 |
| Hex | CD | B9 | BD | 0 | A | 8 | 14 | 15C | 11 | 4C |
| Octal | 315 | 271 | 275 | 0 | 12 | 10 | 24 | 534 | 21 | 114 |
| Binary | 11001101 | 10111001 | 10111101 | 0 | 1010 | 1000 | 10100 | 101011100 | 10001 | 1001100 |
Color Harmonies of #CDB9BD
Complementary color
Monochromatic Colors of #CDB9BD
Black with #CDB9BD
Text Example
Text Example
White with #CDB9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB9BD; }
p { color: rgb(205,185,189); }
H1.HeaderClassName
{
color: #CDB9BD;
}
.AnyTagClassName
{
color: #CDB9BD;
}
</style>
background-color css
<style>
a { background-color: #CDB9BD; }
a { background-color: rgb(205,185,189); }
div.DivClassName
{
background-color: #CDB9BD;
}
.BgClassName
{
background-color: #CDB9BD;
}
</style>
border-color css
<style>
span { border-color: #CDB9BD; }
span { border-color: rgb(205,185,189); }
td.TdClassName
{
border-color: #CDB9BD;
}
.TagClassName
{
border-color: #CDB9BD;
}
</style>