Shades of My Pink #CC9183
Tints of My Pink #CC9183
RGB
CMYK
RGB Variations
Color information
#CC9183 (or 0xCC9183) is known color: My Pink. HEX triplet: CC, 91 and 83. RGB value is (204,145,131). Sum of RGB (Red+Green+Blue) = 204+145+131=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9183 is #336E7C. Grayscale: #A1A1A1. Windows color (decimal): -3370621 or 8622540. OLE color: 8622540.
HSL color Cylindrical-coordinate representation of color #CC9183: hue angle of 11.51º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC9183 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 131 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.2 |
| HSL | 11.51º | 0.42% | 0.66% | - |
| HSV(B) | 11.51º | 0.36% | 0.8% | - |
| XYZ | 39.12 | 34.73 | 26.11 | - |
| YUV | 161.05 | 111.05 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 131 | 0 | 0.29 | 0.36 | 0.2 | 11.51 | 0.42 | 0.66 |
| Hex | CC | 91 | 83 | 0 | 1D | 24 | 14 | C | 2A | 42 |
| Octal | 314 | 221 | 203 | 0 | 35 | 44 | 24 | 14 | 52 | 102 |
| Binary | 11001100 | 10010001 | 10000011 | 0 | 11101 | 100100 | 10100 | 1100 | 101010 | 1000010 |
Color Harmonies of #CC9183
Complementary color
Monochromatic Colors of #CC9183
Black with #CC9183
Text Example
Text Example
White with #CC9183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9183; }
p { color: rgb(204,145,131); }
H1.HeaderClassName
{
color: #CC9183;
}
.AnyTagClassName
{
color: #CC9183;
}
</style>
background-color css
<style>
a { background-color: #CC9183; }
a { background-color: rgb(204,145,131); }
div.DivClassName
{
background-color: #CC9183;
}
.BgClassName
{
background-color: #CC9183;
}
</style>
border-color css
<style>
span { border-color: #CC9183; }
span { border-color: rgb(204,145,131); }
td.TdClassName
{
border-color: #CC9183;
}
.TagClassName
{
border-color: #CC9183;
}
</style>