Shades of Pink Flare #CBADB0
Tints of Pink Flare #CBADB0
RGB
CMYK
RGB Variations
Color information
#CBADB0 (or 0xCBADB0) is known color: Pink Flare. HEX triplet: CB, AD and B0. RGB value is (203,173,176). Sum of RGB (Red+Green+Blue) = 203+173+176=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBADB0 is #34524F. Grayscale: #B6B6B6. Windows color (decimal): -3428944 or 11578827. OLE color: 11578827.
HSL color Cylindrical-coordinate representation of color #CBADB0: hue angle of 354º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBADB0 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 176 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.20 |
| HSL | 354º | 0.22% | 0.74% | - |
| HSV(B) | 354º | 0.15% | 0.8% | - |
| XYZ | 47.41 | 45.72 | 47.4 | - |
| YUV | 182.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 176 | 0 | 0.15 | 0.13 | 0.20 | 354 | 0.22 | 0.74 |
| Hex | CB | AD | B0 | 0 | F | D | 14 | 162 | 16 | 4A |
| Octal | 313 | 255 | 260 | 0 | 17 | 15 | 24 | 542 | 26 | 112 |
| Binary | 11001011 | 10101101 | 10110000 | 0 | 1111 | 1101 | 10100 | 101100010 | 10110 | 1001010 |
Color Harmonies of #CBADB0
Complementary color
Monochromatic Colors of #CBADB0
Black with #CBADB0
Text Example
Text Example
White with #CBADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADB0; }
p { color: rgb(203,173,176); }
H1.HeaderClassName
{
color: #CBADB0;
}
.AnyTagClassName
{
color: #CBADB0;
}
</style>
background-color css
<style>
a { background-color: #CBADB0; }
a { background-color: rgb(203,173,176); }
div.DivClassName
{
background-color: #CBADB0;
}
.BgClassName
{
background-color: #CBADB0;
}
</style>
border-color css
<style>
span { border-color: #CBADB0; }
span { border-color: rgb(203,173,176); }
td.TdClassName
{
border-color: #CBADB0;
}
.TagClassName
{
border-color: #CBADB0;
}
</style>