Shades of Pink Flare #CDAAAF
Tints of Pink Flare #CDAAAF
RGB
CMYK
RGB Variations
Color information
#CDAAAF (or 0xCDAAAF) is known color: Pink Flare. HEX triplet: CD, AA and AF. RGB value is (205,170,175). Sum of RGB (Red+Green+Blue) = 205+170+175=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAAAF is #325550. Grayscale: #B5B5B5. Windows color (decimal): -3298641 or 11512525. OLE color: 11512525.
HSL color Cylindrical-coordinate representation of color #CDAAAF: hue angle of 351.43º degrees, saturation: 0.26, 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 #CDAAAF is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 170 | 175 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.20 |
| HSL | 351.43º | 0.26% | 0.74% | - |
| HSV(B) | 351.43º | 0.17% | 0.8% | - |
| XYZ | 47.29 | 44.82 | 46.72 | - |
| YUV | 181.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 170 | 175 | 0 | 0.17 | 0.15 | 0.20 | 351.43 | 0.26 | 0.74 |
| Hex | CD | AA | AF | 0 | 11 | F | 14 | 15F | 1A | 4A |
| Octal | 315 | 252 | 257 | 0 | 21 | 17 | 24 | 537 | 32 | 112 |
| Binary | 11001101 | 10101010 | 10101111 | 0 | 10001 | 1111 | 10100 | 101011111 | 11010 | 1001010 |
Color Harmonies of #CDAAAF
Complementary color
Monochromatic Colors of #CDAAAF
Black with #CDAAAF
Text Example
Text Example
White with #CDAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAAAF; }
p { color: rgb(205,170,175); }
H1.HeaderClassName
{
color: #CDAAAF;
}
.AnyTagClassName
{
color: #CDAAAF;
}
</style>
background-color css
<style>
a { background-color: #CDAAAF; }
a { background-color: rgb(205,170,175); }
div.DivClassName
{
background-color: #CDAAAF;
}
.BgClassName
{
background-color: #CDAAAF;
}
</style>
border-color css
<style>
span { border-color: #CDAAAF; }
span { border-color: rgb(205,170,175); }
td.TdClassName
{
border-color: #CDAAAF;
}
.TagClassName
{
border-color: #CDAAAF;
}
</style>