Shades of My Pink #CB8375
Tints of My Pink #CB8375
RGB
CMYK
RGB Variations
Color information
#CB8375 (or 0xCB8375) is known color: My Pink. HEX triplet: CB, 83 and 75. RGB value is (203,131,117). Sum of RGB (Red+Green+Blue) = 203+131+117=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8375 is #347C8A. Grayscale: #979797. Windows color (decimal): -3439755 or 7701451. OLE color: 7701451.
HSL color Cylindrical-coordinate representation of color #CB8375: hue angle of 9.77º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB8375 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 117 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.20 |
| HSL | 9.77º | 0.45% | 0.63% | - |
| HSV(B) | 9.77º | 0.42% | 0.8% | - |
| XYZ | 35.96 | 30.21 | 20.77 | - |
| YUV | 150.93 | 108.85 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 117 | 0 | 0.35 | 0.42 | 0.20 | 9.77 | 0.45 | 0.63 |
| Hex | CB | 83 | 75 | 0 | 23 | 2A | 14 | A | 2D | 3F |
| Octal | 313 | 203 | 165 | 0 | 43 | 52 | 24 | 12 | 55 | 77 |
| Binary | 11001011 | 10000011 | 1110101 | 0 | 100011 | 101010 | 10100 | 1010 | 101101 | 111111 |
Color Harmonies of #CB8375
Complementary color
Monochromatic Colors of #CB8375
Black with #CB8375
Text Example
Text Example
White with #CB8375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8375; }
p { color: rgb(203,131,117); }
H1.HeaderClassName
{
color: #CB8375;
}
.AnyTagClassName
{
color: #CB8375;
}
</style>
background-color css
<style>
a { background-color: #CB8375; }
a { background-color: rgb(203,131,117); }
div.DivClassName
{
background-color: #CB8375;
}
.BgClassName
{
background-color: #CB8375;
}
</style>
border-color css
<style>
span { border-color: #CB8375; }
span { border-color: rgb(203,131,117); }
td.TdClassName
{
border-color: #CB8375;
}
.TagClassName
{
border-color: #CB8375;
}
</style>