Shades of Pink Flare #CDB2B3
Tints of Pink Flare #CDB2B3
RGB
CMYK
RGB Variations
Color information
#CDB2B3 (or 0xCDB2B3) is known color: Pink Flare. HEX triplet: CD, B2 and B3. RGB value is (205,178,179). Sum of RGB (Red+Green+Blue) = 205+178+179=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB2B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2B3 is #324D4C. Grayscale: #BABABA. Windows color (decimal): -3296589 or 11776717. OLE color: 11776717.
HSL color Cylindrical-coordinate representation of color #CDB2B3: hue angle of 357.78º 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 #CDB2B3 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 179 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.20 |
| HSL | 357.78º | 0.21% | 0.75% | - |
| HSV(B) | 357.78º | 0.13% | 0.8% | - |
| XYZ | 49.23 | 48.07 | 49.33 | - |
| YUV | 186.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 179 | 0 | 0.13 | 0.13 | 0.20 | 357.78 | 0.21 | 0.75 |
| Hex | CD | B2 | B3 | 0 | D | D | 14 | 166 | 15 | 4B |
| Octal | 315 | 262 | 263 | 0 | 15 | 15 | 24 | 546 | 25 | 113 |
| Binary | 11001101 | 10110010 | 10110011 | 0 | 1101 | 1101 | 10100 | 101100110 | 10101 | 1001011 |
Color Harmonies of #CDB2B3
Complementary color
Monochromatic Colors of #CDB2B3
Black with #CDB2B3
Text Example
Text Example
White with #CDB2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB2B3; }
p { color: rgb(205,178,179); }
H1.HeaderClassName
{
color: #CDB2B3;
}
.AnyTagClassName
{
color: #CDB2B3;
}
</style>
background-color css
<style>
a { background-color: #CDB2B3; }
a { background-color: rgb(205,178,179); }
div.DivClassName
{
background-color: #CDB2B3;
}
.BgClassName
{
background-color: #CDB2B3;
}
</style>
border-color css
<style>
span { border-color: #CDB2B3; }
span { border-color: rgb(205,178,179); }
td.TdClassName
{
border-color: #CDB2B3;
}
.TagClassName
{
border-color: #CDB2B3;
}
</style>