Shades of Pink Flare #CAAEB1
Tints of Pink Flare #CAAEB1
RGB
CMYK
RGB Variations
Color information
#CAAEB1 (or 0xCAAEB1) is known color: Pink Flare. HEX triplet: CA, AE and B1. RGB value is (202,174,177). Sum of RGB (Red+Green+Blue) = 202+174+177=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAEB1 is #35514E. Grayscale: #B6B6B6. Windows color (decimal): -3494223 or 11644618. OLE color: 11644618.
HSL color Cylindrical-coordinate representation of color #CAAEB1: hue angle of 353.57º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAAEB1 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 174 | 177 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.21 |
| HSL | 353.57º | 0.21% | 0.74% | - |
| HSV(B) | 353.57º | 0.14% | 0.79% | - |
| XYZ | 47.43 | 46 | 47.97 | - |
| YUV | 182.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 177 | 0 | 0.14 | 0.12 | 0.21 | 353.57 | 0.21 | 0.74 |
| Hex | CA | AE | B1 | 0 | E | C | 15 | 162 | 15 | 4A |
| Octal | 312 | 256 | 261 | 0 | 16 | 14 | 25 | 542 | 25 | 112 |
| Binary | 11001010 | 10101110 | 10110001 | 0 | 1110 | 1100 | 10101 | 101100010 | 10101 | 1001010 |
Color Harmonies of #CAAEB1
Complementary color
Monochromatic Colors of #CAAEB1
Black with #CAAEB1
Text Example
Text Example
White with #CAAEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEB1; }
p { color: rgb(202,174,177); }
H1.HeaderClassName
{
color: #CAAEB1;
}
.AnyTagClassName
{
color: #CAAEB1;
}
</style>
background-color css
<style>
a { background-color: #CAAEB1; }
a { background-color: rgb(202,174,177); }
div.DivClassName
{
background-color: #CAAEB1;
}
.BgClassName
{
background-color: #CAAEB1;
}
</style>
border-color css
<style>
span { border-color: #CAAEB1; }
span { border-color: rgb(202,174,177); }
td.TdClassName
{
border-color: #CAAEB1;
}
.TagClassName
{
border-color: #CAAEB1;
}
</style>