Shades of Oriental Pink #C88180
Tints of Oriental Pink #C88180
RGB
CMYK
RGB Variations
Color information
#C88180 (or 0xC88180) is known color: Oriental Pink. HEX triplet: C8, 81 and 80. RGB value is (200,129,128). Sum of RGB (Red+Green+Blue) = 200+129+128=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C88180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88180 is #377E7F. Grayscale: #969696. Windows color (decimal): -3636864 or 8421832. OLE color: 8421832.
HSL color Cylindrical-coordinate representation of color #C88180: hue angle of 0.83º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C88180 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 129 | 128 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.22 |
| HSL | 0.83º | 0.4% | 0.64% | - |
| HSV(B) | 0.83º | 0.36% | 0.78% | - |
| XYZ | 35.57 | 29.54 | 24.25 | - |
| YUV | 150.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 128 | 0 | 0.36 | 0.36 | 0.22 | 0.83 | 0.4 | 0.64 |
| Hex | C8 | 81 | 80 | 0 | 24 | 24 | 16 | 1 | 28 | 40 |
| Octal | 310 | 201 | 200 | 0 | 44 | 44 | 26 | 1 | 50 | 100 |
| Binary | 11001000 | 10000001 | 10000000 | 0 | 100100 | 100100 | 10110 | 1 | 101000 | 1000000 |
Color Harmonies of #C88180
Complementary color
Monochromatic Colors of #C88180
Black with #C88180
Text Example
Text Example
White with #C88180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88180; }
p { color: rgb(200,129,128); }
H1.HeaderClassName
{
color: #C88180;
}
.AnyTagClassName
{
color: #C88180;
}
</style>
background-color css
<style>
a { background-color: #C88180; }
a { background-color: rgb(200,129,128); }
div.DivClassName
{
background-color: #C88180;
}
.BgClassName
{
background-color: #C88180;
}
</style>
border-color css
<style>
span { border-color: #C88180; }
span { border-color: rgb(200,129,128); }
td.TdClassName
{
border-color: #C88180;
}
.TagClassName
{
border-color: #C88180;
}
</style>