Shades of Pink Flare #CBADB5
Tints of Pink Flare #CBADB5
RGB
CMYK
RGB Variations
Color information
#CBADB5 (or 0xCBADB5) is known color: Pink Flare. HEX triplet: CB, AD and B5. RGB value is (203,173,181). Sum of RGB (Red+Green+Blue) = 203+173+181=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADB5 is #34524A. Grayscale: #B6B6B6. Windows color (decimal): -3428939 or 11906507. OLE color: 11906507.
HSL color Cylindrical-coordinate representation of color #CBADB5: hue angle of 344º 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 #CBADB5 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 181 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.20 |
| HSL | 344º | 0.22% | 0.74% | - |
| HSV(B) | 344º | 0.15% | 0.8% | - |
| XYZ | 47.91 | 45.92 | 50.05 | - |
| YUV | 182.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 181 | 0 | 0.15 | 0.11 | 0.20 | 344 | 0.22 | 0.74 |
| Hex | CB | AD | B5 | 0 | F | B | 14 | 158 | 16 | 4A |
| Octal | 313 | 255 | 265 | 0 | 17 | 13 | 24 | 530 | 26 | 112 |
| Binary | 11001011 | 10101101 | 10110101 | 0 | 1111 | 1011 | 10100 | 101011000 | 10110 | 1001010 |
Color Harmonies of #CBADB5
Complementary color
Monochromatic Colors of #CBADB5
Black with #CBADB5
Text Example
Text Example
White with #CBADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADB5; }
p { color: rgb(203,173,181); }
H1.HeaderClassName
{
color: #CBADB5;
}
.AnyTagClassName
{
color: #CBADB5;
}
</style>
background-color css
<style>
a { background-color: #CBADB5; }
a { background-color: rgb(203,173,181); }
div.DivClassName
{
background-color: #CBADB5;
}
.BgClassName
{
background-color: #CBADB5;
}
</style>
border-color css
<style>
span { border-color: #CBADB5; }
span { border-color: rgb(203,173,181); }
td.TdClassName
{
border-color: #CBADB5;
}
.TagClassName
{
border-color: #CBADB5;
}
</style>