Shades of Oriental Pink #C89690
Tints of Oriental Pink #C89690
RGB
CMYK
RGB Variations
Color information
#C89690 (or 0xC89690) is known color: Oriental Pink. HEX triplet: C8, 96 and 90. RGB value is (200,150,144). Sum of RGB (Red+Green+Blue) = 200+150+144=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C89690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89690 is #37696F. Grayscale: #A4A4A4. Windows color (decimal): -3631472 or 9475784. OLE color: 9475784.
HSL color Cylindrical-coordinate representation of color #C89690: hue angle of 6.43º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C89690 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 144 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.22 |
| HSL | 6.43º | 0.34% | 0.67% | - |
| HSV(B) | 6.43º | 0.28% | 0.78% | - |
| XYZ | 39.76 | 36.11 | 31.26 | - |
| YUV | 164.27 | 116.57 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 144 | 0 | 0.25 | 0.28 | 0.22 | 6.43 | 0.34 | 0.67 |
| Hex | C8 | 96 | 90 | 0 | 19 | 1C | 16 | 6 | 22 | 43 |
| Octal | 310 | 226 | 220 | 0 | 31 | 34 | 26 | 6 | 42 | 103 |
| Binary | 11001000 | 10010110 | 10010000 | 0 | 11001 | 11100 | 10110 | 110 | 100010 | 1000011 |
Color Harmonies of #C89690
Complementary color
Monochromatic Colors of #C89690
Black with #C89690
Text Example
Text Example
White with #C89690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89690; }
p { color: rgb(200,150,144); }
H1.HeaderClassName
{
color: #C89690;
}
.AnyTagClassName
{
color: #C89690;
}
</style>
background-color css
<style>
a { background-color: #C89690; }
a { background-color: rgb(200,150,144); }
div.DivClassName
{
background-color: #C89690;
}
.BgClassName
{
background-color: #C89690;
}
</style>
border-color css
<style>
span { border-color: #C89690; }
span { border-color: rgb(200,150,144); }
td.TdClassName
{
border-color: #C89690;
}
.TagClassName
{
border-color: #C89690;
}
</style>