Shades of Pink Flare #CDA9B0
Tints of Pink Flare #CDA9B0
RGB
CMYK
RGB Variations
Color information
#CDA9B0 (or 0xCDA9B0) is known color: Pink Flare. HEX triplet: CD, A9 and B0. RGB value is (205,169,176). Sum of RGB (Red+Green+Blue) = 205+169+176=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA9B0 is #32564F. Grayscale: #B4B4B4. Windows color (decimal): -3298896 or 11577805. OLE color: 11577805.
HSL color Cylindrical-coordinate representation of color #CDA9B0: hue angle of 348.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDA9B0 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 176 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.20 |
| HSL | 348.33º | 0.26% | 0.73% | - |
| HSV(B) | 348.33º | 0.18% | 0.8% | - |
| XYZ | 47.2 | 44.49 | 47.17 | - |
| YUV | 180.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 176 | 0 | 0.18 | 0.14 | 0.20 | 348.33 | 0.26 | 0.73 |
| Hex | CD | A9 | B0 | 0 | 12 | E | 14 | 15C | 1A | 49 |
| Octal | 315 | 251 | 260 | 0 | 22 | 16 | 24 | 534 | 32 | 111 |
| Binary | 11001101 | 10101001 | 10110000 | 0 | 10010 | 1110 | 10100 | 101011100 | 11010 | 1001001 |
Color Harmonies of #CDA9B0
Complementary color
Monochromatic Colors of #CDA9B0
Black with #CDA9B0
Text Example
Text Example
White with #CDA9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA9B0; }
p { color: rgb(205,169,176); }
H1.HeaderClassName
{
color: #CDA9B0;
}
.AnyTagClassName
{
color: #CDA9B0;
}
</style>
background-color css
<style>
a { background-color: #CDA9B0; }
a { background-color: rgb(205,169,176); }
div.DivClassName
{
background-color: #CDA9B0;
}
.BgClassName
{
background-color: #CDA9B0;
}
</style>
border-color css
<style>
span { border-color: #CDA9B0; }
span { border-color: rgb(205,169,176); }
td.TdClassName
{
border-color: #CDA9B0;
}
.TagClassName
{
border-color: #CDA9B0;
}
</style>