Shades of Pink Flare #CDABB0
Tints of Pink Flare #CDABB0
RGB
CMYK
RGB Variations
Color information
#CDABB0 (or 0xCDABB0) is known color: Pink Flare. HEX triplet: CD, AB and B0. RGB value is (205,171,176). Sum of RGB (Red+Green+Blue) = 205+171+176=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDABB0 is #32544F. Grayscale: #B5B5B5. Windows color (decimal): -3298384 or 11578317. OLE color: 11578317.
HSL color Cylindrical-coordinate representation of color #CDABB0: hue angle of 351.18º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDABB0 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 176 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.20 |
| HSL | 351.18º | 0.25% | 0.74% | - |
| HSV(B) | 351.18º | 0.17% | 0.8% | - |
| XYZ | 47.58 | 45.24 | 47.3 | - |
| YUV | 181.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 176 | 0 | 0.17 | 0.14 | 0.20 | 351.18 | 0.25 | 0.74 |
| Hex | CD | AB | B0 | 0 | 11 | E | 14 | 15F | 19 | 4A |
| Octal | 315 | 253 | 260 | 0 | 21 | 16 | 24 | 537 | 31 | 112 |
| Binary | 11001101 | 10101011 | 10110000 | 0 | 10001 | 1110 | 10100 | 101011111 | 11001 | 1001010 |
Color Harmonies of #CDABB0
Complementary color
Monochromatic Colors of #CDABB0
Black with #CDABB0
Text Example
Text Example
White with #CDABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDABB0; }
p { color: rgb(205,171,176); }
H1.HeaderClassName
{
color: #CDABB0;
}
.AnyTagClassName
{
color: #CDABB0;
}
</style>
background-color css
<style>
a { background-color: #CDABB0; }
a { background-color: rgb(205,171,176); }
div.DivClassName
{
background-color: #CDABB0;
}
.BgClassName
{
background-color: #CDABB0;
}
</style>
border-color css
<style>
span { border-color: #CDABB0; }
span { border-color: rgb(205,171,176); }
td.TdClassName
{
border-color: #CDABB0;
}
.TagClassName
{
border-color: #CDABB0;
}
</style>