Shades of Pink Flare #CDB0B3
Tints of Pink Flare #CDB0B3
RGB
CMYK
RGB Variations
Color information
#CDB0B3 (or 0xCDB0B3) is known color: Pink Flare. HEX triplet: CD, B0 and B3. RGB value is (205,176,179). Sum of RGB (Red+Green+Blue) = 205+176+179=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 179 (70.31% from 255 or 31.96% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0B3 is #324F4C. Grayscale: #B9B9B9. Windows color (decimal): -3297101 or 11776205. OLE color: 11776205.
HSL color Cylindrical-coordinate representation of color #CDB0B3: hue angle of 353.79º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDB0B3 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 179 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.20 |
| HSL | 353.79º | 0.22% | 0.75% | - |
| HSV(B) | 353.79º | 0.14% | 0.8% | - |
| XYZ | 48.84 | 47.28 | 49.2 | - |
| YUV | 185.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 179 | 0 | 0.14 | 0.13 | 0.20 | 353.79 | 0.22 | 0.75 |
| Hex | CD | B0 | B3 | 0 | E | D | 14 | 162 | 16 | 4B |
| Octal | 315 | 260 | 263 | 0 | 16 | 15 | 24 | 542 | 26 | 113 |
| Binary | 11001101 | 10110000 | 10110011 | 0 | 1110 | 1101 | 10100 | 101100010 | 10110 | 1001011 |
Color Harmonies of #CDB0B3
Complementary color
Monochromatic Colors of #CDB0B3
Black with #CDB0B3
Text Example
Text Example
White with #CDB0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB0B3; }
p { color: rgb(205,176,179); }
H1.HeaderClassName
{
color: #CDB0B3;
}
.AnyTagClassName
{
color: #CDB0B3;
}
</style>
background-color css
<style>
a { background-color: #CDB0B3; }
a { background-color: rgb(205,176,179); }
div.DivClassName
{
background-color: #CDB0B3;
}
.BgClassName
{
background-color: #CDB0B3;
}
</style>
border-color css
<style>
span { border-color: #CDB0B3; }
span { border-color: rgb(205,176,179); }
td.TdClassName
{
border-color: #CDB0B3;
}
.TagClassName
{
border-color: #CDB0B3;
}
</style>