Shades of Pink Flare #CBADB6
Tints of Pink Flare #CBADB6
RGB
CMYK
RGB Variations
Color information
#CBADB6 (or 0xCBADB6) is known color: Pink Flare. HEX triplet: CB, AD and B6. RGB value is (203,173,182). Sum of RGB (Red+Green+Blue) = 203+173+182=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADB6 is #345249. Grayscale: #B6B6B6. Windows color (decimal): -3428938 or 11972043. OLE color: 11972043.
HSL color Cylindrical-coordinate representation of color #CBADB6: hue angle of 342º 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 #CBADB6 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 182 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.20 |
| HSL | 342º | 0.22% | 0.74% | - |
| HSV(B) | 342º | 0.15% | 0.8% | - |
| XYZ | 48.02 | 45.96 | 50.6 | - |
| YUV | 183 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 182 | 0 | 0.15 | 0.10 | 0.20 | 342 | 0.22 | 0.74 |
| Hex | CB | AD | B6 | 0 | F | A | 14 | 156 | 16 | 4A |
| Octal | 313 | 255 | 266 | 0 | 17 | 12 | 24 | 526 | 26 | 112 |
| Binary | 11001011 | 10101101 | 10110110 | 0 | 1111 | 1010 | 10100 | 101010110 | 10110 | 1001010 |
Color Harmonies of #CBADB6
Complementary color
Monochromatic Colors of #CBADB6
Black with #CBADB6
Text Example
Text Example
White with #CBADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADB6; }
p { color: rgb(203,173,182); }
H1.HeaderClassName
{
color: #CBADB6;
}
.AnyTagClassName
{
color: #CBADB6;
}
</style>
background-color css
<style>
a { background-color: #CBADB6; }
a { background-color: rgb(203,173,182); }
div.DivClassName
{
background-color: #CBADB6;
}
.BgClassName
{
background-color: #CBADB6;
}
</style>
border-color css
<style>
span { border-color: #CBADB6; }
span { border-color: rgb(203,173,182); }
td.TdClassName
{
border-color: #CBADB6;
}
.TagClassName
{
border-color: #CBADB6;
}
</style>