Shades of Pink Flare #CAAEB4
Tints of Pink Flare #CAAEB4
RGB
CMYK
RGB Variations
Color information
#CAAEB4 (or 0xCAAEB4) is known color: Pink Flare. HEX triplet: CA, AE and B4. RGB value is (202,174,180). Sum of RGB (Red+Green+Blue) = 202+174+180=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEB4 is #35514B. Grayscale: #B7B7B7. Windows color (decimal): -3494220 or 11841226. OLE color: 11841226.
HSL color Cylindrical-coordinate representation of color #CAAEB4: hue angle of 347.14º 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 #CAAEB4 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 174 | 180 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.21 |
| HSL | 347.14º | 0.21% | 0.74% | - |
| HSV(B) | 347.14º | 0.14% | 0.79% | - |
| XYZ | 47.73 | 46.12 | 49.57 | - |
| YUV | 183.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 180 | 0 | 0.14 | 0.11 | 0.21 | 347.14 | 0.21 | 0.74 |
| Hex | CA | AE | B4 | 0 | E | B | 15 | 15B | 15 | 4A |
| Octal | 312 | 256 | 264 | 0 | 16 | 13 | 25 | 533 | 25 | 112 |
| Binary | 11001010 | 10101110 | 10110100 | 0 | 1110 | 1011 | 10101 | 101011011 | 10101 | 1001010 |
Color Harmonies of #CAAEB4
Complementary color
Monochromatic Colors of #CAAEB4
Black with #CAAEB4
Text Example
Text Example
White with #CAAEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEB4; }
p { color: rgb(202,174,180); }
H1.HeaderClassName
{
color: #CAAEB4;
}
.AnyTagClassName
{
color: #CAAEB4;
}
</style>
background-color css
<style>
a { background-color: #CAAEB4; }
a { background-color: rgb(202,174,180); }
div.DivClassName
{
background-color: #CAAEB4;
}
.BgClassName
{
background-color: #CAAEB4;
}
</style>
border-color css
<style>
span { border-color: #CAAEB4; }
span { border-color: rgb(202,174,180); }
td.TdClassName
{
border-color: #CAAEB4;
}
.TagClassName
{
border-color: #CAAEB4;
}
</style>