Shades of Oriental Pink #C69390
Tints of Oriental Pink #C69390
RGB
CMYK
RGB Variations
Color information
#C69390 (or 0xC69390) is known color: Oriental Pink. HEX triplet: C6, 93 and 90. RGB value is (198,147,144). Sum of RGB (Red+Green+Blue) = 198+147+144=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C69390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69390 is #396C6F. Grayscale: #A1A1A1. Windows color (decimal): -3763312 or 9475014. OLE color: 9475014.
HSL color Cylindrical-coordinate representation of color #C69390: hue angle of 3.33º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C69390 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 147 | 144 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.22 |
| HSL | 3.33º | 0.32% | 0.67% | - |
| HSV(B) | 3.33º | 0.27% | 0.78% | - |
| XYZ | 38.76 | 34.89 | 31.08 | - |
| YUV | 161.91 | 117.9 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 144 | 0 | 0.26 | 0.27 | 0.22 | 3.33 | 0.32 | 0.67 |
| Hex | C6 | 93 | 90 | 0 | 1A | 1B | 16 | 3 | 20 | 43 |
| Octal | 306 | 223 | 220 | 0 | 32 | 33 | 26 | 3 | 40 | 103 |
| Binary | 11000110 | 10010011 | 10010000 | 0 | 11010 | 11011 | 10110 | 11 | 100000 | 1000011 |
Color Harmonies of #C69390
Complementary color
Monochromatic Colors of #C69390
Black with #C69390
Text Example
Text Example
White with #C69390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69390; }
p { color: rgb(198,147,144); }
H1.HeaderClassName
{
color: #C69390;
}
.AnyTagClassName
{
color: #C69390;
}
</style>
background-color css
<style>
a { background-color: #C69390; }
a { background-color: rgb(198,147,144); }
div.DivClassName
{
background-color: #C69390;
}
.BgClassName
{
background-color: #C69390;
}
</style>
border-color css
<style>
span { border-color: #C69390; }
span { border-color: rgb(198,147,144); }
td.TdClassName
{
border-color: #C69390;
}
.TagClassName
{
border-color: #C69390;
}
</style>