Shades of Pink Flare #CDB4BA
Tints of Pink Flare #CDB4BA
RGB
CMYK
RGB Variations
Color information
#CDB4BA (or 0xCDB4BA) is known color: Pink Flare. HEX triplet: CD, B4 and BA. RGB value is (205,180,186). Sum of RGB (Red+Green+Blue) = 205+180+186=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB4BA is #324B45. Grayscale: #BCBCBC. Windows color (decimal): -3296070 or 12235981. OLE color: 12235981.
HSL color Cylindrical-coordinate representation of color #CDB4BA: hue angle of 345.6º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDB4BA is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 186 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.20 |
| HSL | 345.6º | 0.2% | 0.75% | - |
| HSV(B) | 345.6º | 0.12% | 0.8% | - |
| XYZ | 50.36 | 49.17 | 53.29 | - |
| YUV | 188.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 186 | 0 | 0.12 | 0.09 | 0.20 | 345.6 | 0.2 | 0.75 |
| Hex | CD | B4 | BA | 0 | C | 9 | 14 | 15A | 14 | 4B |
| Octal | 315 | 264 | 272 | 0 | 14 | 11 | 24 | 532 | 24 | 113 |
| Binary | 11001101 | 10110100 | 10111010 | 0 | 1100 | 1001 | 10100 | 101011010 | 10100 | 1001011 |
Color Harmonies of #CDB4BA
Complementary color
Monochromatic Colors of #CDB4BA
Black with #CDB4BA
Text Example
Text Example
White with #CDB4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB4BA; }
p { color: rgb(205,180,186); }
H1.HeaderClassName
{
color: #CDB4BA;
}
.AnyTagClassName
{
color: #CDB4BA;
}
</style>
background-color css
<style>
a { background-color: #CDB4BA; }
a { background-color: rgb(205,180,186); }
div.DivClassName
{
background-color: #CDB4BA;
}
.BgClassName
{
background-color: #CDB4BA;
}
</style>
border-color css
<style>
span { border-color: #CDB4BA; }
span { border-color: rgb(205,180,186); }
td.TdClassName
{
border-color: #CDB4BA;
}
.TagClassName
{
border-color: #CDB4BA;
}
</style>