Shades of Oriental Pink #C68781
Tints of Oriental Pink #C68781
RGB
CMYK
RGB Variations
Color information
#C68781 (or 0xC68781) is known color: Oriental Pink. HEX triplet: C6, 87 and 81. RGB value is (198,135,129). Sum of RGB (Red+Green+Blue) = 198+135+129=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C68781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68781 is #39787E. Grayscale: #999999. Windows color (decimal): -3766399 or 8488902. OLE color: 8488902.
HSL color Cylindrical-coordinate representation of color #C68781: hue angle of 5.22º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C68781 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 135 | 129 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.22 |
| HSL | 5.22º | 0.38% | 0.64% | - |
| HSV(B) | 5.22º | 0.35% | 0.78% | - |
| XYZ | 35.92 | 30.92 | 24.84 | - |
| YUV | 153.15 | 114.37 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 129 | 0 | 0.32 | 0.35 | 0.22 | 5.22 | 0.38 | 0.64 |
| Hex | C6 | 87 | 81 | 0 | 20 | 23 | 16 | 5 | 26 | 40 |
| Octal | 306 | 207 | 201 | 0 | 40 | 43 | 26 | 5 | 46 | 100 |
| Binary | 11000110 | 10000111 | 10000001 | 0 | 100000 | 100011 | 10110 | 101 | 100110 | 1000000 |
Color Harmonies of #C68781
Complementary color
Monochromatic Colors of #C68781
Black with #C68781
Text Example
Text Example
White with #C68781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68781; }
p { color: rgb(198,135,129); }
H1.HeaderClassName
{
color: #C68781;
}
.AnyTagClassName
{
color: #C68781;
}
</style>
background-color css
<style>
a { background-color: #C68781; }
a { background-color: rgb(198,135,129); }
div.DivClassName
{
background-color: #C68781;
}
.BgClassName
{
background-color: #C68781;
}
</style>
border-color css
<style>
span { border-color: #C68781; }
span { border-color: rgb(198,135,129); }
td.TdClassName
{
border-color: #C68781;
}
.TagClassName
{
border-color: #C68781;
}
</style>