Shades of Pink Flare #CBAFB2
Tints of Pink Flare #CBAFB2
RGB
CMYK
RGB Variations
Color information
#CBAFB2 (or 0xCBAFB2) is known color: Pink Flare. HEX triplet: CB, AF and B2. RGB value is (203,175,178). Sum of RGB (Red+Green+Blue) = 203+175+178=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAFB2 is #34504D. Grayscale: #B7B7B7. Windows color (decimal): -3428430 or 11710411. OLE color: 11710411.
HSL color Cylindrical-coordinate representation of color #CBAFB2: hue angle of 353.57º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBAFB2 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 175 | 178 | - |
CMYK | 0 | 0.14 | 0.12 | 0.20 |
HSL | 353.57º | 0.21% | 0.74% | - |
HSV(B) | 353.57º | 0.14% | 0.8% | - |
XYZ | 47.99 | 46.57 | 48.58 | - |
YUV | 183.71 | 124.78 | 141.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 175 | 178 | 0 | 0.14 | 0.12 | 0.20 | 353.57 | 0.21 | 0.74 |
Hex | CB | AF | B2 | 0 | E | C | 14 | 162 | 15 | 4A |
Octal | 313 | 257 | 262 | 0 | 16 | 14 | 24 | 542 | 25 | 112 |
Binary | 11001011 | 10101111 | 10110010 | 0 | 1110 | 1100 | 10100 | 101100010 | 10101 | 1001010 |
Color Harmonies of #CBAFB2
Complementary color
Monochromatic Colors of #CBAFB2
Black with #CBAFB2
Text Example
Text Example
White with #CBAFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFB2; }
p { color: rgb(203,175,178); }
H1.HeaderClassName
{
color: #CBAFB2;
}
.AnyTagClassName
{
color: #CBAFB2;
}
</style>
background-color css
<style>
a { background-color: #CBAFB2; }
a { background-color: rgb(203,175,178); }
div.DivClassName
{
background-color: #CBAFB2;
}
.BgClassName
{
background-color: #CBAFB2;
}
</style>
border-color css
<style>
span { border-color: #CBAFB2; }
span { border-color: rgb(203,175,178); }
td.TdClassName
{
border-color: #CBAFB2;
}
.TagClassName
{
border-color: #CBAFB2;
}
</style>