Shades of Pink Flare #CDABAF
Tints of Pink Flare #CDABAF
RGB
CMYK
RGB Variations
Color information
#CDABAF (or 0xCDABAF) is known color: Pink Flare. HEX triplet: CD, AB and AF. RGB value is (205,171,175). Sum of RGB (Red+Green+Blue) = 205+171+175=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDABAF is #325450. Grayscale: #B5B5B5. Windows color (decimal): -3298385 or 11512781. OLE color: 11512781.
HSL color Cylindrical-coordinate representation of color #CDABAF: hue angle of 352.94º 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 #CDABAF is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 175 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.20 |
| HSL | 352.94º | 0.25% | 0.74% | - |
| HSV(B) | 352.94º | 0.17% | 0.8% | - |
| XYZ | 47.48 | 45.2 | 46.78 | - |
| YUV | 181.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 175 | 0 | 0.17 | 0.15 | 0.20 | 352.94 | 0.25 | 0.74 |
| Hex | CD | AB | AF | 0 | 11 | F | 14 | 161 | 19 | 4A |
| Octal | 315 | 253 | 257 | 0 | 21 | 17 | 24 | 541 | 31 | 112 |
| Binary | 11001101 | 10101011 | 10101111 | 0 | 10001 | 1111 | 10100 | 101100001 | 11001 | 1001010 |
Color Harmonies of #CDABAF
Complementary color
Monochromatic Colors of #CDABAF
Black with #CDABAF
Text Example
Text Example
White with #CDABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDABAF; }
p { color: rgb(205,171,175); }
H1.HeaderClassName
{
color: #CDABAF;
}
.AnyTagClassName
{
color: #CDABAF;
}
</style>
background-color css
<style>
a { background-color: #CDABAF; }
a { background-color: rgb(205,171,175); }
div.DivClassName
{
background-color: #CDABAF;
}
.BgClassName
{
background-color: #CDABAF;
}
</style>
border-color css
<style>
span { border-color: #CDABAF; }
span { border-color: rgb(205,171,175); }
td.TdClassName
{
border-color: #CDABAF;
}
.TagClassName
{
border-color: #CDABAF;
}
</style>