Shades of Oriental Pink #C08A81
Tints of Oriental Pink #C08A81
RGB
CMYK
RGB Variations
Color information
#C08A81 (or 0xC08A81) is known color: Oriental Pink. HEX triplet: C0, 8A and 81. RGB value is (192,138,129). Sum of RGB (Red+Green+Blue) = 192+138+129=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08A81 is #3F757E. Grayscale: #999999. Windows color (decimal): -4158847 or 8489664. OLE color: 8489664.
HSL color Cylindrical-coordinate representation of color #C08A81: hue angle of 8.57º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C08A81 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 129 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.25 |
| HSL | 8.57º | 0.33% | 0.63% | - |
| HSV(B) | 8.57º | 0.33% | 0.75% | - |
| XYZ | 34.79 | 30.97 | 24.91 | - |
| YUV | 153.12 | 114.39 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 129 | 0 | 0.28 | 0.33 | 0.25 | 8.57 | 0.33 | 0.63 |
| Hex | C0 | 8A | 81 | 0 | 1C | 21 | 19 | 9 | 21 | 3F |
| Octal | 300 | 212 | 201 | 0 | 34 | 41 | 31 | 11 | 41 | 77 |
| Binary | 11000000 | 10001010 | 10000001 | 0 | 11100 | 100001 | 11001 | 1001 | 100001 | 111111 |
Color Harmonies of #C08A81
Complementary color
Monochromatic Colors of #C08A81
Black with #C08A81
Text Example
Text Example
White with #C08A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A81; }
p { color: rgb(192,138,129); }
H1.HeaderClassName
{
color: #C08A81;
}
.AnyTagClassName
{
color: #C08A81;
}
</style>
background-color css
<style>
a { background-color: #C08A81; }
a { background-color: rgb(192,138,129); }
div.DivClassName
{
background-color: #C08A81;
}
.BgClassName
{
background-color: #C08A81;
}
</style>
border-color css
<style>
span { border-color: #C08A81; }
span { border-color: rgb(192,138,129); }
td.TdClassName
{
border-color: #C08A81;
}
.TagClassName
{
border-color: #C08A81;
}
</style>