Shades of Pink Flare #CDBABB
Tints of Pink Flare #CDBABB
RGB
CMYK
RGB Variations
Color information
#CDBABB (or 0xCDBABB) is known color: Pink Flare. HEX triplet: CD, BA and BB. RGB value is (205,186,187). Sum of RGB (Red+Green+Blue) = 205+186+187=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBABB is #324544. Grayscale: #BFBFBF. Windows color (decimal): -3294533 or 12303053. OLE color: 12303053.
HSL color Cylindrical-coordinate representation of color #CDBABB: hue angle of 356.84º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDBABB is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 186 | 187 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.20 |
| HSL | 356.84º | 0.16% | 0.77% | - |
| HSV(B) | 356.84º | 0.09% | 0.8% | - |
| XYZ | 51.71 | 51.68 | 54.26 | - |
| YUV | 191.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 187 | 0 | 0.09 | 0.09 | 0.20 | 356.84 | 0.16 | 0.77 |
| Hex | CD | BA | BB | 0 | 9 | 9 | 14 | 165 | 10 | 4D |
| Octal | 315 | 272 | 273 | 0 | 11 | 11 | 24 | 545 | 20 | 115 |
| Binary | 11001101 | 10111010 | 10111011 | 0 | 1001 | 1001 | 10100 | 101100101 | 10000 | 1001101 |
Color Harmonies of #CDBABB
Complementary color
Monochromatic Colors of #CDBABB
Black with #CDBABB
Text Example
Text Example
White with #CDBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBABB; }
p { color: rgb(205,186,187); }
H1.HeaderClassName
{
color: #CDBABB;
}
.AnyTagClassName
{
color: #CDBABB;
}
</style>
background-color css
<style>
a { background-color: #CDBABB; }
a { background-color: rgb(205,186,187); }
div.DivClassName
{
background-color: #CDBABB;
}
.BgClassName
{
background-color: #CDBABB;
}
</style>
border-color css
<style>
span { border-color: #CDBABB; }
span { border-color: rgb(205,186,187); }
td.TdClassName
{
border-color: #CDBABB;
}
.TagClassName
{
border-color: #CDBABB;
}
</style>