Shades of Pink Flare #CAADB3
Tints of Pink Flare #CAADB3
RGB
CMYK
RGB Variations
Color information
#CAADB3 (or 0xCAADB3) is known color: Pink Flare. HEX triplet: CA, AD and B3. RGB value is (202,173,179). Sum of RGB (Red+Green+Blue) = 202+173+179=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADB3 is #35524C. Grayscale: #B6B6B6. Windows color (decimal): -3494477 or 11775434. OLE color: 11775434.
HSL color Cylindrical-coordinate representation of color #CAADB3: hue angle of 347.59º 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 #CAADB3 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 173 | 179 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.21 |
| HSL | 347.59º | 0.21% | 0.74% | - |
| HSV(B) | 347.59º | 0.14% | 0.79% | - |
| XYZ | 47.44 | 45.7 | 48.97 | - |
| YUV | 182.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 179 | 0 | 0.14 | 0.11 | 0.21 | 347.59 | 0.21 | 0.74 |
| Hex | CA | AD | B3 | 0 | E | B | 15 | 15C | 15 | 4A |
| Octal | 312 | 255 | 263 | 0 | 16 | 13 | 25 | 534 | 25 | 112 |
| Binary | 11001010 | 10101101 | 10110011 | 0 | 1110 | 1011 | 10101 | 101011100 | 10101 | 1001010 |
Color Harmonies of #CAADB3
Complementary color
Monochromatic Colors of #CAADB3
Black with #CAADB3
Text Example
Text Example
White with #CAADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADB3; }
p { color: rgb(202,173,179); }
H1.HeaderClassName
{
color: #CAADB3;
}
.AnyTagClassName
{
color: #CAADB3;
}
</style>
background-color css
<style>
a { background-color: #CAADB3; }
a { background-color: rgb(202,173,179); }
div.DivClassName
{
background-color: #CAADB3;
}
.BgClassName
{
background-color: #CAADB3;
}
</style>
border-color css
<style>
span { border-color: #CAADB3; }
span { border-color: rgb(202,173,179); }
td.TdClassName
{
border-color: #CAADB3;
}
.TagClassName
{
border-color: #CAADB3;
}
</style>