Shades of Pink Flare #CDB2B9
Tints of Pink Flare #CDB2B9
RGB
CMYK
RGB Variations
Color information
#CDB2B9 (or 0xCDB2B9) is known color: Pink Flare. HEX triplet: CD, B2 and B9. RGB value is (205,178,185). Sum of RGB (Red+Green+Blue) = 205+178+185=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 185 (72.66% from 255 or 32.57% from 568); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2B9 is #324D46. Grayscale: #BABABA. Windows color (decimal): -3296583 or 12169933. OLE color: 12169933.
HSL color Cylindrical-coordinate representation of color #CDB2B9: hue angle of 344.44º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDB2B9 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 178 | 185 | - |
CMYK | 0 | 0.13 | 0.10 | 0.20 |
HSL | 344.44º | 0.21% | 0.75% | - |
HSV(B) | 344.44º | 0.13% | 0.8% | - |
XYZ | 49.85 | 48.32 | 52.6 | - |
YUV | 186.87 | 126.95 | 140.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 178 | 185 | 0 | 0.13 | 0.10 | 0.20 | 344.44 | 0.21 | 0.75 |
Hex | CD | B2 | B9 | 0 | D | A | 14 | 158 | 15 | 4B |
Octal | 315 | 262 | 271 | 0 | 15 | 12 | 24 | 530 | 25 | 113 |
Binary | 11001101 | 10110010 | 10111001 | 0 | 1101 | 1010 | 10100 | 101011000 | 10101 | 1001011 |
Color Harmonies of #CDB2B9
Complementary color
Monochromatic Colors of #CDB2B9
Black with #CDB2B9
Text Example
Text Example
White with #CDB2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB2B9; }
p { color: rgb(205,178,185); }
H1.HeaderClassName
{
color: #CDB2B9;
}
.AnyTagClassName
{
color: #CDB2B9;
}
</style>
background-color css
<style>
a { background-color: #CDB2B9; }
a { background-color: rgb(205,178,185); }
div.DivClassName
{
background-color: #CDB2B9;
}
.BgClassName
{
background-color: #CDB2B9;
}
</style>
border-color css
<style>
span { border-color: #CDB2B9; }
span { border-color: rgb(205,178,185); }
td.TdClassName
{
border-color: #CDB2B9;
}
.TagClassName
{
border-color: #CDB2B9;
}
</style>