Shades of Pink Flare #CDADB1
Tints of Pink Flare #CDADB1
RGB
CMYK
RGB Variations
Color information
#CDADB1 (or 0xCDADB1) is known color: Pink Flare. HEX triplet: CD, AD and B1. RGB value is (205,173,177). Sum of RGB (Red+Green+Blue) = 205+173+177=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CDADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDADB1 is #32524E. Grayscale: #B7B7B7. Windows color (decimal): -3297871 or 11644365. OLE color: 11644365.
HSL color Cylindrical-coordinate representation of color #CDADB1: hue angle of 352.5º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDADB1 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 173 | 177 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.20 |
| HSL | 352.5º | 0.24% | 0.74% | - |
| HSV(B) | 352.5º | 0.16% | 0.8% | - |
| XYZ | 48.06 | 46.04 | 47.95 | - |
| YUV | 183.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 173 | 177 | 0 | 0.16 | 0.14 | 0.20 | 352.5 | 0.24 | 0.74 |
| Hex | CD | AD | B1 | 0 | 10 | E | 14 | 160 | 18 | 4A |
| Octal | 315 | 255 | 261 | 0 | 20 | 16 | 24 | 540 | 30 | 112 |
| Binary | 11001101 | 10101101 | 10110001 | 0 | 10000 | 1110 | 10100 | 101100000 | 11000 | 1001010 |
Color Harmonies of #CDADB1
Complementary color
Monochromatic Colors of #CDADB1
Black with #CDADB1
Text Example
Text Example
White with #CDADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDADB1; }
p { color: rgb(205,173,177); }
H1.HeaderClassName
{
color: #CDADB1;
}
.AnyTagClassName
{
color: #CDADB1;
}
</style>
background-color css
<style>
a { background-color: #CDADB1; }
a { background-color: rgb(205,173,177); }
div.DivClassName
{
background-color: #CDADB1;
}
.BgClassName
{
background-color: #CDADB1;
}
</style>
border-color css
<style>
span { border-color: #CDADB1; }
span { border-color: rgb(205,173,177); }
td.TdClassName
{
border-color: #CDADB1;
}
.TagClassName
{
border-color: #CDADB1;
}
</style>