Shades of Pink Flare #CDB4B6
Tints of Pink Flare #CDB4B6
RGB
CMYK
RGB Variations
Color information
#CDB4B6 (or 0xCDB4B6) is known color: Pink Flare. HEX triplet: CD, B4 and B6. RGB value is (205,180,182). Sum of RGB (Red+Green+Blue) = 205+180+182=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 180 (70.70% from 255 or 31.75% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB4B6 is #324B49. Grayscale: #BBBBBB. Windows color (decimal): -3296074 or 11973837. OLE color: 11973837.
HSL color Cylindrical-coordinate representation of color #CDB4B6: hue angle of 355.2º 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 #CDB4B6 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 182 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.20 |
| HSL | 355.2º | 0.2% | 0.75% | - |
| HSV(B) | 355.2º | 0.12% | 0.8% | - |
| XYZ | 49.94 | 49 | 51.08 | - |
| YUV | 187.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 182 | 0 | 0.12 | 0.11 | 0.20 | 355.2 | 0.2 | 0.75 |
| Hex | CD | B4 | B6 | 0 | C | B | 14 | 163 | 14 | 4B |
| Octal | 315 | 264 | 266 | 0 | 14 | 13 | 24 | 543 | 24 | 113 |
| Binary | 11001101 | 10110100 | 10110110 | 0 | 1100 | 1011 | 10100 | 101100011 | 10100 | 1001011 |
Color Harmonies of #CDB4B6
Complementary color
Monochromatic Colors of #CDB4B6
Black with #CDB4B6
Text Example
Text Example
White with #CDB4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB4B6; }
p { color: rgb(205,180,182); }
H1.HeaderClassName
{
color: #CDB4B6;
}
.AnyTagClassName
{
color: #CDB4B6;
}
</style>
background-color css
<style>
a { background-color: #CDB4B6; }
a { background-color: rgb(205,180,182); }
div.DivClassName
{
background-color: #CDB4B6;
}
.BgClassName
{
background-color: #CDB4B6;
}
</style>
border-color css
<style>
span { border-color: #CDB4B6; }
span { border-color: rgb(205,180,182); }
td.TdClassName
{
border-color: #CDB4B6;
}
.TagClassName
{
border-color: #CDB4B6;
}
</style>