Shades of Pink Flare #CAAEB0
Tints of Pink Flare #CAAEB0
RGB
CMYK
RGB Variations
Color information
#CAAEB0 (or 0xCAAEB0) is known color: Pink Flare. HEX triplet: CA, AE and B0. RGB value is (202,174,176). Sum of RGB (Red+Green+Blue) = 202+174+176=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAEB0 is #35514F. Grayscale: #B6B6B6. Windows color (decimal): -3494224 or 11579082. OLE color: 11579082.
HSL color Cylindrical-coordinate representation of color #CAAEB0: hue angle of 355.71º 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 #CAAEB0 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 174 | 176 | - |
CMYK | 0 | 0.14 | 0.13 | 0.21 |
HSL | 355.71º | 0.21% | 0.74% | - |
HSV(B) | 355.71º | 0.14% | 0.79% | - |
XYZ | 47.33 | 45.96 | 47.45 | - |
YUV | 182.6 | 124.28 | 141.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 174 | 176 | 0 | 0.14 | 0.13 | 0.21 | 355.71 | 0.21 | 0.74 |
Hex | CA | AE | B0 | 0 | E | D | 15 | 164 | 15 | 4A |
Octal | 312 | 256 | 260 | 0 | 16 | 15 | 25 | 544 | 25 | 112 |
Binary | 11001010 | 10101110 | 10110000 | 0 | 1110 | 1101 | 10101 | 101100100 | 10101 | 1001010 |
Color Harmonies of #CAAEB0
Complementary color
Monochromatic Colors of #CAAEB0
Black with #CAAEB0
Text Example
Text Example
White with #CAAEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEB0; }
p { color: rgb(202,174,176); }
H1.HeaderClassName
{
color: #CAAEB0;
}
.AnyTagClassName
{
color: #CAAEB0;
}
</style>
background-color css
<style>
a { background-color: #CAAEB0; }
a { background-color: rgb(202,174,176); }
div.DivClassName
{
background-color: #CAAEB0;
}
.BgClassName
{
background-color: #CAAEB0;
}
</style>
border-color css
<style>
span { border-color: #CAAEB0; }
span { border-color: rgb(202,174,176); }
td.TdClassName
{
border-color: #CAAEB0;
}
.TagClassName
{
border-color: #CAAEB0;
}
</style>