Shades of Pink Flare #CAAAAF
Tints of Pink Flare #CAAAAF
RGB
CMYK
RGB Variations
Color information
#CAAAAF (or 0xCAAAAF) is known color: Pink Flare. HEX triplet: CA, AA and AF. RGB value is (202,170,175). Sum of RGB (Red+Green+Blue) = 202+170+175=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAAAF is #355550. Grayscale: #B4B4B4. Windows color (decimal): -3495249 or 11512522. OLE color: 11512522.
HSL color Cylindrical-coordinate representation of color #CAAAAF: hue angle of 350.62º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAAAAF is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 170 | 175 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.21 |
| HSL | 350.63º | 0.23% | 0.73% | - |
| HSV(B) | 350.63º | 0.16% | 0.79% | - |
| XYZ | 46.47 | 44.4 | 46.68 | - |
| YUV | 180.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 175 | 0 | 0.16 | 0.13 | 0.21 | 350.63 | 0.23 | 0.73 |
| Hex | CA | AA | AF | 0 | 10 | D | 15 | 15F | 17 | 49 |
| Octal | 312 | 252 | 257 | 0 | 20 | 15 | 25 | 537 | 27 | 111 |
| Binary | 11001010 | 10101010 | 10101111 | 0 | 10000 | 1101 | 10101 | 101011111 | 10111 | 1001001 |
Color Harmonies of #CAAAAF
Complementary color
Monochromatic Colors of #CAAAAF
Black with #CAAAAF
Text Example
Text Example
White with #CAAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAAF; }
p { color: rgb(202,170,175); }
H1.HeaderClassName
{
color: #CAAAAF;
}
.AnyTagClassName
{
color: #CAAAAF;
}
</style>
background-color css
<style>
a { background-color: #CAAAAF; }
a { background-color: rgb(202,170,175); }
div.DivClassName
{
background-color: #CAAAAF;
}
.BgClassName
{
background-color: #CAAAAF;
}
</style>
border-color css
<style>
span { border-color: #CAAAAF; }
span { border-color: rgb(202,170,175); }
td.TdClassName
{
border-color: #CAAAAF;
}
.TagClassName
{
border-color: #CAAAAF;
}
</style>