Shades of Pink Flare #CDB7BC
Tints of Pink Flare #CDB7BC
RGB
CMYK
RGB Variations
Color information
#CDB7BC (or 0xCDB7BC) is known color: Pink Flare. HEX triplet: CD, B7 and BC. RGB value is (205,183,188). Sum of RGB (Red+Green+Blue) = 205+183+188=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 183 (71.88% from 255 or 31.77% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB7BC is #324843. Grayscale: #BEBEBE. Windows color (decimal): -3295300 or 12367821. OLE color: 12367821.
HSL color Cylindrical-coordinate representation of color #CDB7BC: hue angle of 346.36º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDB7BC is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 188 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.20 |
| HSL | 346.36º | 0.18% | 0.76% | - |
| HSV(B) | 346.36º | 0.11% | 0.8% | - |
| XYZ | 51.19 | 50.48 | 54.62 | - |
| YUV | 190.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 188 | 0 | 0.11 | 0.08 | 0.20 | 346.36 | 0.18 | 0.76 |
| Hex | CD | B7 | BC | 0 | B | 8 | 14 | 15A | 12 | 4C |
| Octal | 315 | 267 | 274 | 0 | 13 | 10 | 24 | 532 | 22 | 114 |
| Binary | 11001101 | 10110111 | 10111100 | 0 | 1011 | 1000 | 10100 | 101011010 | 10010 | 1001100 |
Color Harmonies of #CDB7BC
Complementary color
Monochromatic Colors of #CDB7BC
Black with #CDB7BC
Text Example
Text Example
White with #CDB7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB7BC; }
p { color: rgb(205,183,188); }
H1.HeaderClassName
{
color: #CDB7BC;
}
.AnyTagClassName
{
color: #CDB7BC;
}
</style>
background-color css
<style>
a { background-color: #CDB7BC; }
a { background-color: rgb(205,183,188); }
div.DivClassName
{
background-color: #CDB7BC;
}
.BgClassName
{
background-color: #CDB7BC;
}
</style>
border-color css
<style>
span { border-color: #CDB7BC; }
span { border-color: rgb(205,183,188); }
td.TdClassName
{
border-color: #CDB7BC;
}
.TagClassName
{
border-color: #CDB7BC;
}
</style>