Shades of Oriental Pink #C68180
Tints of Oriental Pink #C68180
RGB
CMYK
RGB Variations
Color information
#C68180 (or 0xC68180) is known color: Oriental Pink. HEX triplet: C6, 81 and 80. RGB value is (198,129,128). Sum of RGB (Red+Green+Blue) = 198+129+128=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C68180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68180 is #397E7F. Grayscale: #959595. Windows color (decimal): -3767936 or 8421830. OLE color: 8421830.
HSL color Cylindrical-coordinate representation of color #C68180: hue angle of 0.86º 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 #C68180 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 128 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.22 |
| HSL | 0.86º | 0.38% | 0.64% | - |
| HSV(B) | 0.86º | 0.35% | 0.78% | - |
| XYZ | 35.04 | 29.26 | 24.22 | - |
| YUV | 149.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 128 | 0 | 0.35 | 0.35 | 0.22 | 0.86 | 0.38 | 0.64 |
| Hex | C6 | 81 | 80 | 0 | 23 | 23 | 16 | 1 | 26 | 40 |
| Octal | 306 | 201 | 200 | 0 | 43 | 43 | 26 | 1 | 46 | 100 |
| Binary | 11000110 | 10000001 | 10000000 | 0 | 100011 | 100011 | 10110 | 1 | 100110 | 1000000 |
Color Harmonies of #C68180
Complementary color
Monochromatic Colors of #C68180
Black with #C68180
Text Example
Text Example
White with #C68180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68180; }
p { color: rgb(198,129,128); }
H1.HeaderClassName
{
color: #C68180;
}
.AnyTagClassName
{
color: #C68180;
}
</style>
background-color css
<style>
a { background-color: #C68180; }
a { background-color: rgb(198,129,128); }
div.DivClassName
{
background-color: #C68180;
}
.BgClassName
{
background-color: #C68180;
}
</style>
border-color css
<style>
span { border-color: #C68180; }
span { border-color: rgb(198,129,128); }
td.TdClassName
{
border-color: #C68180;
}
.TagClassName
{
border-color: #C68180;
}
</style>