Shades of Oriental Pink #CC8F8A
Tints of Oriental Pink #CC8F8A
RGB
CMYK
RGB Variations
Color information
#CC8F8A (or 0xCC8F8A) is known color: Oriental Pink. HEX triplet: CC, 8F and 8A. RGB value is (204,143,138). Sum of RGB (Red+Green+Blue) = 204+143+138=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8F8A is #337075. Grayscale: #A0A0A0. Windows color (decimal): -3371126 or 9080780. OLE color: 9080780.
HSL color Cylindrical-coordinate representation of color #CC8F8A: hue angle of 4.55º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8F8A is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 138 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.2 |
| HSL | 4.55º | 0.39% | 0.67% | - |
| HSV(B) | 4.55º | 0.32% | 0.8% | - |
| XYZ | 39.31 | 34.32 | 28.6 | - |
| YUV | 160.67 | 115.21 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 138 | 0 | 0.30 | 0.32 | 0.2 | 4.55 | 0.39 | 0.67 |
| Hex | CC | 8F | 8A | 0 | 1E | 20 | 14 | 5 | 27 | 43 |
| Octal | 314 | 217 | 212 | 0 | 36 | 40 | 24 | 5 | 47 | 103 |
| Binary | 11001100 | 10001111 | 10001010 | 0 | 11110 | 100000 | 10100 | 101 | 100111 | 1000011 |
Color Harmonies of #CC8F8A
Complementary color
Monochromatic Colors of #CC8F8A
Black with #CC8F8A
Text Example
Text Example
White with #CC8F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F8A; }
p { color: rgb(204,143,138); }
H1.HeaderClassName
{
color: #CC8F8A;
}
.AnyTagClassName
{
color: #CC8F8A;
}
</style>
background-color css
<style>
a { background-color: #CC8F8A; }
a { background-color: rgb(204,143,138); }
div.DivClassName
{
background-color: #CC8F8A;
}
.BgClassName
{
background-color: #CC8F8A;
}
</style>
border-color css
<style>
span { border-color: #CC8F8A; }
span { border-color: rgb(204,143,138); }
td.TdClassName
{
border-color: #CC8F8A;
}
.TagClassName
{
border-color: #CC8F8A;
}
</style>