Shades of Pink Flare #CAAEB6
Tints of Pink Flare #CAAEB6
RGB
CMYK
RGB Variations
Color information
#CAAEB6 (or 0xCAAEB6) is known color: Pink Flare. HEX triplet: CA, AE and B6. RGB value is (202,174,182). Sum of RGB (Red+Green+Blue) = 202+174+182=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEB6 is #355149. Grayscale: #B7B7B7. Windows color (decimal): -3494218 or 11972298. OLE color: 11972298.
HSL color Cylindrical-coordinate representation of color #CAAEB6: hue angle of 342.86º 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 #CAAEB6 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 174 | 182 | - |
CMYK | 0 | 0.14 | 0.10 | 0.21 |
HSL | 342.86º | 0.21% | 0.74% | - |
HSV(B) | 342.86º | 0.14% | 0.79% | - |
XYZ | 47.94 | 46.21 | 50.65 | - |
YUV | 183.28 | 127.28 | 141.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 174 | 182 | 0 | 0.14 | 0.10 | 0.21 | 342.86 | 0.21 | 0.74 |
Hex | CA | AE | B6 | 0 | E | A | 15 | 157 | 15 | 4A |
Octal | 312 | 256 | 266 | 0 | 16 | 12 | 25 | 527 | 25 | 112 |
Binary | 11001010 | 10101110 | 10110110 | 0 | 1110 | 1010 | 10101 | 101010111 | 10101 | 1001010 |
Color Harmonies of #CAAEB6
Complementary color
Monochromatic Colors of #CAAEB6
Black with #CAAEB6
Text Example
Text Example
White with #CAAEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEB6; }
p { color: rgb(202,174,182); }
H1.HeaderClassName
{
color: #CAAEB6;
}
.AnyTagClassName
{
color: #CAAEB6;
}
</style>
background-color css
<style>
a { background-color: #CAAEB6; }
a { background-color: rgb(202,174,182); }
div.DivClassName
{
background-color: #CAAEB6;
}
.BgClassName
{
background-color: #CAAEB6;
}
</style>
border-color css
<style>
span { border-color: #CAAEB6; }
span { border-color: rgb(202,174,182); }
td.TdClassName
{
border-color: #CAAEB6;
}
.TagClassName
{
border-color: #CAAEB6;
}
</style>