Shades of Pink Flare #CAAEB3
Tints of Pink Flare #CAAEB3
RGB
CMYK
RGB Variations
Color information
#CAAEB3 (or 0xCAAEB3) is known color: Pink Flare. HEX triplet: CA, AE and B3. RGB value is (202,174,179). Sum of RGB (Red+Green+Blue) = 202+174+179=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEB3 is #35514C. Grayscale: #B6B6B6. Windows color (decimal): -3494221 or 11775690. OLE color: 11775690.
HSL color Cylindrical-coordinate representation of color #CAAEB3: hue angle of 349.29º 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 #CAAEB3 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 174 | 179 | - |
CMYK | 0 | 0.14 | 0.11 | 0.21 |
HSL | 349.29º | 0.21% | 0.74% | - |
HSV(B) | 349.29º | 0.14% | 0.79% | - |
XYZ | 47.63 | 46.08 | 49.03 | - |
YUV | 182.94 | 125.78 | 141.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 174 | 179 | 0 | 0.14 | 0.11 | 0.21 | 349.29 | 0.21 | 0.74 |
Hex | CA | AE | B3 | 0 | E | B | 15 | 15D | 15 | 4A |
Octal | 312 | 256 | 263 | 0 | 16 | 13 | 25 | 535 | 25 | 112 |
Binary | 11001010 | 10101110 | 10110011 | 0 | 1110 | 1011 | 10101 | 101011101 | 10101 | 1001010 |
Color Harmonies of #CAAEB3
Complementary color
Monochromatic Colors of #CAAEB3
Black with #CAAEB3
Text Example
Text Example
White with #CAAEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEB3; }
p { color: rgb(202,174,179); }
H1.HeaderClassName
{
color: #CAAEB3;
}
.AnyTagClassName
{
color: #CAAEB3;
}
</style>
background-color css
<style>
a { background-color: #CAAEB3; }
a { background-color: rgb(202,174,179); }
div.DivClassName
{
background-color: #CAAEB3;
}
.BgClassName
{
background-color: #CAAEB3;
}
</style>
border-color css
<style>
span { border-color: #CAAEB3; }
span { border-color: rgb(202,174,179); }
td.TdClassName
{
border-color: #CAAEB3;
}
.TagClassName
{
border-color: #CAAEB3;
}
</style>