Shades of Oriental Pink #C88281
Tints of Oriental Pink #C88281
RGB
CMYK
RGB Variations
Color information
#C88281 (or 0xC88281) is known color: Oriental Pink. HEX triplet: C8, 82 and 81. RGB value is (200,130,129). Sum of RGB (Red+Green+Blue) = 200+130+129=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C88281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88281 is #377D7E. Grayscale: #969696. Windows color (decimal): -3636607 or 8487624. OLE color: 8487624.
HSL color Cylindrical-coordinate representation of color #C88281: hue angle of 0.85º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C88281 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 129 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.22 |
| HSL | 0.85º | 0.39% | 0.65% | - |
| HSV(B) | 0.85º | 0.36% | 0.78% | - |
| XYZ | 35.76 | 29.83 | 24.64 | - |
| YUV | 150.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 129 | 0 | 0.35 | 0.36 | 0.22 | 0.85 | 0.39 | 0.65 |
| Hex | C8 | 82 | 81 | 0 | 23 | 24 | 16 | 1 | 27 | 41 |
| Octal | 310 | 202 | 201 | 0 | 43 | 44 | 26 | 1 | 47 | 101 |
| Binary | 11001000 | 10000010 | 10000001 | 0 | 100011 | 100100 | 10110 | 1 | 100111 | 1000001 |
Color Harmonies of #C88281
Complementary color
Monochromatic Colors of #C88281
Black with #C88281
Text Example
Text Example
White with #C88281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88281; }
p { color: rgb(200,130,129); }
H1.HeaderClassName
{
color: #C88281;
}
.AnyTagClassName
{
color: #C88281;
}
</style>
background-color css
<style>
a { background-color: #C88281; }
a { background-color: rgb(200,130,129); }
div.DivClassName
{
background-color: #C88281;
}
.BgClassName
{
background-color: #C88281;
}
</style>
border-color css
<style>
span { border-color: #C88281; }
span { border-color: rgb(200,130,129); }
td.TdClassName
{
border-color: #C88281;
}
.TagClassName
{
border-color: #C88281;
}
</style>