Shades of Pink Flare #CAADB0
Tints of Pink Flare #CAADB0
RGB
CMYK
RGB Variations
Color information
#CAADB0 (or 0xCAADB0) is known color: Pink Flare. HEX triplet: CA, AD and B0. RGB value is (202,173,176). Sum of RGB (Red+Green+Blue) = 202+173+176=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAADB0 is #35524F. Grayscale: #B6B6B6. Windows color (decimal): -3494480 or 11578826. OLE color: 11578826.
HSL color Cylindrical-coordinate representation of color #CAADB0: hue angle of 353.79º 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 #CAADB0 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 173 | 176 | - |
CMYK | 0 | 0.14 | 0.13 | 0.21 |
HSL | 353.79º | 0.21% | 0.74% | - |
HSV(B) | 353.79º | 0.14% | 0.79% | - |
XYZ | 47.14 | 45.58 | 47.39 | - |
YUV | 182.01 | 124.61 | 142.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 173 | 176 | 0 | 0.14 | 0.13 | 0.21 | 353.79 | 0.21 | 0.74 |
Hex | CA | AD | B0 | 0 | E | D | 15 | 162 | 15 | 4A |
Octal | 312 | 255 | 260 | 0 | 16 | 15 | 25 | 542 | 25 | 112 |
Binary | 11001010 | 10101101 | 10110000 | 0 | 1110 | 1101 | 10101 | 101100010 | 10101 | 1001010 |
Color Harmonies of #CAADB0
Complementary color
Monochromatic Colors of #CAADB0
Black with #CAADB0
Text Example
Text Example
White with #CAADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADB0; }
p { color: rgb(202,173,176); }
H1.HeaderClassName
{
color: #CAADB0;
}
.AnyTagClassName
{
color: #CAADB0;
}
</style>
background-color css
<style>
a { background-color: #CAADB0; }
a { background-color: rgb(202,173,176); }
div.DivClassName
{
background-color: #CAADB0;
}
.BgClassName
{
background-color: #CAADB0;
}
</style>
border-color css
<style>
span { border-color: #CAADB0; }
span { border-color: rgb(202,173,176); }
td.TdClassName
{
border-color: #CAADB0;
}
.TagClassName
{
border-color: #CAADB0;
}
</style>