Shades of My Pink #CB837F
Tints of My Pink #CB837F
RGB
CMYK
RGB Variations
Color information
#CB837F (or 0xCB837F) is known color: My Pink. HEX triplet: CB, 83 and 7F. RGB value is (203,131,127). Sum of RGB (Red+Green+Blue) = 203+131+127=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB837F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB837F is #347C80. Grayscale: #989898. Windows color (decimal): -3439745 or 8356811. OLE color: 8356811.
HSL color Cylindrical-coordinate representation of color #CB837F: hue angle of 3.16º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB837F is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 127 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.20 |
| HSL | 3.16º | 0.42% | 0.65% | - |
| HSV(B) | 3.16º | 0.37% | 0.8% | - |
| XYZ | 36.58 | 30.46 | 24.03 | - |
| YUV | 152.07 | 113.85 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 127 | 0 | 0.35 | 0.37 | 0.20 | 3.16 | 0.42 | 0.65 |
| Hex | CB | 83 | 7F | 0 | 23 | 25 | 14 | 3 | 2A | 41 |
| Octal | 313 | 203 | 177 | 0 | 43 | 45 | 24 | 3 | 52 | 101 |
| Binary | 11001011 | 10000011 | 1111111 | 0 | 100011 | 100101 | 10100 | 11 | 101010 | 1000001 |
Color Harmonies of #CB837F
Complementary color
Monochromatic Colors of #CB837F
Black with #CB837F
Text Example
Text Example
White with #CB837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB837F; }
p { color: rgb(203,131,127); }
H1.HeaderClassName
{
color: #CB837F;
}
.AnyTagClassName
{
color: #CB837F;
}
</style>
background-color css
<style>
a { background-color: #CB837F; }
a { background-color: rgb(203,131,127); }
div.DivClassName
{
background-color: #CB837F;
}
.BgClassName
{
background-color: #CB837F;
}
</style>
border-color css
<style>
span { border-color: #CB837F; }
span { border-color: rgb(203,131,127); }
td.TdClassName
{
border-color: #CB837F;
}
.TagClassName
{
border-color: #CB837F;
}
</style>