Shades of Pink Flare #CDB8BB
Tints of Pink Flare #CDB8BB
RGB
CMYK
RGB Variations
Color information
#CDB8BB (or 0xCDB8BB) is known color: Pink Flare. HEX triplet: CD, B8 and BB. RGB value is (205,184,187). Sum of RGB (Red+Green+Blue) = 205+184+187=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB8BB is #324744. Grayscale: #BEBEBE. Windows color (decimal): -3295045 or 12302541. OLE color: 12302541.
HSL color Cylindrical-coordinate representation of color #CDB8BB: hue angle of 351.43º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDB8BB is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 187 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.20 |
| HSL | 351.43º | 0.17% | 0.76% | - |
| HSV(B) | 351.43º | 0.1% | 0.8% | - |
| XYZ | 51.29 | 50.85 | 54.13 | - |
| YUV | 190.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 187 | 0 | 0.10 | 0.09 | 0.20 | 351.43 | 0.17 | 0.76 |
| Hex | CD | B8 | BB | 0 | A | 9 | 14 | 15F | 11 | 4C |
| Octal | 315 | 270 | 273 | 0 | 12 | 11 | 24 | 537 | 21 | 114 |
| Binary | 11001101 | 10111000 | 10111011 | 0 | 1010 | 1001 | 10100 | 101011111 | 10001 | 1001100 |
Color Harmonies of #CDB8BB
Complementary color
Monochromatic Colors of #CDB8BB
Black with #CDB8BB
Text Example
Text Example
White with #CDB8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB8BB; }
p { color: rgb(205,184,187); }
H1.HeaderClassName
{
color: #CDB8BB;
}
.AnyTagClassName
{
color: #CDB8BB;
}
</style>
background-color css
<style>
a { background-color: #CDB8BB; }
a { background-color: rgb(205,184,187); }
div.DivClassName
{
background-color: #CDB8BB;
}
.BgClassName
{
background-color: #CDB8BB;
}
</style>
border-color css
<style>
span { border-color: #CDB8BB; }
span { border-color: rgb(205,184,187); }
td.TdClassName
{
border-color: #CDB8BB;
}
.TagClassName
{
border-color: #CDB8BB;
}
</style>