Shades of Pink Flare #CAAAB3
Tints of Pink Flare #CAAAB3
RGB
CMYK
RGB Variations
Color information
#CAAAB3 (or 0xCAAAB3) is known color: Pink Flare. HEX triplet: CA, AA and B3. RGB value is (202,170,179). Sum of RGB (Red+Green+Blue) = 202+170+179=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAB3 is #35554C. Grayscale: #B4B4B4. Windows color (decimal): -3495245 or 11774666. OLE color: 11774666.
HSL color Cylindrical-coordinate representation of color #CAAAB3: hue angle of 343.12º 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 #CAAAB3 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 170 | 179 | - |
CMYK | 0 | 0.16 | 0.11 | 0.21 |
HSL | 343.13º | 0.23% | 0.73% | - |
HSV(B) | 343.13º | 0.16% | 0.79% | - |
XYZ | 46.87 | 44.56 | 48.78 | - |
YUV | 180.59 | 127.1 | 143.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 170 | 179 | 0 | 0.16 | 0.11 | 0.21 | 343.13 | 0.23 | 0.73 |
Hex | CA | AA | B3 | 0 | 10 | B | 15 | 157 | 17 | 49 |
Octal | 312 | 252 | 263 | 0 | 20 | 13 | 25 | 527 | 27 | 111 |
Binary | 11001010 | 10101010 | 10110011 | 0 | 10000 | 1011 | 10101 | 101010111 | 10111 | 1001001 |
Color Harmonies of #CAAAB3
Complementary color
Monochromatic Colors of #CAAAB3
Black with #CAAAB3
Text Example
Text Example
White with #CAAAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAB3; }
p { color: rgb(202,170,179); }
H1.HeaderClassName
{
color: #CAAAB3;
}
.AnyTagClassName
{
color: #CAAAB3;
}
</style>
background-color css
<style>
a { background-color: #CAAAB3; }
a { background-color: rgb(202,170,179); }
div.DivClassName
{
background-color: #CAAAB3;
}
.BgClassName
{
background-color: #CAAAB3;
}
</style>
border-color css
<style>
span { border-color: #CAAAB3; }
span { border-color: rgb(202,170,179); }
td.TdClassName
{
border-color: #CAAAB3;
}
.TagClassName
{
border-color: #CAAAB3;
}
</style>