Shades of Oriental Pink #C68881
Tints of Oriental Pink #C68881
RGB
CMYK
RGB Variations
Color information
#C68881 (or 0xC68881) is known color: Oriental Pink. HEX triplet: C6, 88 and 81. RGB value is (198,136,129). Sum of RGB (Red+Green+Blue) = 198+136+129=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C68881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68881 is #39777E. Grayscale: #999999. Windows color (decimal): -3766143 or 8489158. OLE color: 8489158.
HSL color Cylindrical-coordinate representation of color #C68881: hue angle of 6.09º 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 #C68881 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 129 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.22 |
| HSL | 6.09º | 0.38% | 0.64% | - |
| HSV(B) | 6.09º | 0.35% | 0.78% | - |
| XYZ | 36.06 | 31.2 | 24.89 | - |
| YUV | 153.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 129 | 0 | 0.31 | 0.35 | 0.22 | 6.09 | 0.38 | 0.64 |
| Hex | C6 | 88 | 81 | 0 | 1F | 23 | 16 | 6 | 26 | 40 |
| Octal | 306 | 210 | 201 | 0 | 37 | 43 | 26 | 6 | 46 | 100 |
| Binary | 11000110 | 10001000 | 10000001 | 0 | 11111 | 100011 | 10110 | 110 | 100110 | 1000000 |
Color Harmonies of #C68881
Complementary color
Monochromatic Colors of #C68881
Black with #C68881
Text Example
Text Example
White with #C68881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68881; }
p { color: rgb(198,136,129); }
H1.HeaderClassName
{
color: #C68881;
}
.AnyTagClassName
{
color: #C68881;
}
</style>
background-color css
<style>
a { background-color: #C68881; }
a { background-color: rgb(198,136,129); }
div.DivClassName
{
background-color: #C68881;
}
.BgClassName
{
background-color: #C68881;
}
</style>
border-color css
<style>
span { border-color: #C68881; }
span { border-color: rgb(198,136,129); }
td.TdClassName
{
border-color: #C68881;
}
.TagClassName
{
border-color: #C68881;
}
</style>