Shades of My Pink #CC8C83
Tints of My Pink #CC8C83
RGB
CMYK
RGB Variations
Color information
#CC8C83 (or 0xCC8C83) is known color: My Pink. HEX triplet: CC, 8C and 83. RGB value is (204,140,131). Sum of RGB (Red+Green+Blue) = 204+140+131=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8C83 is #33737C. Grayscale: #9E9E9E. Windows color (decimal): -3371901 or 8621260. OLE color: 8621260.
HSL color Cylindrical-coordinate representation of color #CC8C83: hue angle of 7.4º 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 #CC8C83 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 140 | 131 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.2 |
| HSL | 7.4º | 0.42% | 0.66% | - |
| HSV(B) | 7.4º | 0.36% | 0.8% | - |
| XYZ | 38.38 | 33.23 | 25.86 | - |
| YUV | 158.11 | 112.7 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 131 | 0 | 0.31 | 0.36 | 0.2 | 7.4 | 0.42 | 0.66 |
| Hex | CC | 8C | 83 | 0 | 1F | 24 | 14 | 7 | 2A | 42 |
| Octal | 314 | 214 | 203 | 0 | 37 | 44 | 24 | 7 | 52 | 102 |
| Binary | 11001100 | 10001100 | 10000011 | 0 | 11111 | 100100 | 10100 | 111 | 101010 | 1000010 |
Color Harmonies of #CC8C83
Complementary color
Monochromatic Colors of #CC8C83
Black with #CC8C83
Text Example
Text Example
White with #CC8C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8C83; }
p { color: rgb(204,140,131); }
H1.HeaderClassName
{
color: #CC8C83;
}
.AnyTagClassName
{
color: #CC8C83;
}
</style>
background-color css
<style>
a { background-color: #CC8C83; }
a { background-color: rgb(204,140,131); }
div.DivClassName
{
background-color: #CC8C83;
}
.BgClassName
{
background-color: #CC8C83;
}
</style>
border-color css
<style>
span { border-color: #CC8C83; }
span { border-color: rgb(204,140,131); }
td.TdClassName
{
border-color: #CC8C83;
}
.TagClassName
{
border-color: #CC8C83;
}
</style>