Shades of Oriental Pink #C69185
Tints of Oriental Pink #C69185
RGB
CMYK
RGB Variations
Color information
#C69185 (or 0xC69185) is known color: Oriental Pink. HEX triplet: C6, 91 and 85. RGB value is (198,145,133). Sum of RGB (Red+Green+Blue) = 198+145+133=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C69185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69185 is #396E7A. Grayscale: #9F9F9F. Windows color (decimal): -3763835 or 8753606. OLE color: 8753606.
HSL color Cylindrical-coordinate representation of color #C69185: hue angle of 11.08º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C69185 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 133 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.22 |
| HSL | 11.08º | 0.36% | 0.65% | - |
| HSV(B) | 11.08º | 0.33% | 0.78% | - |
| XYZ | 37.65 | 33.95 | 26.76 | - |
| YUV | 159.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 133 | 0 | 0.27 | 0.33 | 0.22 | 11.08 | 0.36 | 0.65 |
| Hex | C6 | 91 | 85 | 0 | 1B | 21 | 16 | B | 24 | 41 |
| Octal | 306 | 221 | 205 | 0 | 33 | 41 | 26 | 13 | 44 | 101 |
| Binary | 11000110 | 10010001 | 10000101 | 0 | 11011 | 100001 | 10110 | 1011 | 100100 | 1000001 |
Color Harmonies of #C69185
Complementary color
Monochromatic Colors of #C69185
Black with #C69185
Text Example
Text Example
White with #C69185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69185; }
p { color: rgb(198,145,133); }
H1.HeaderClassName
{
color: #C69185;
}
.AnyTagClassName
{
color: #C69185;
}
</style>
background-color css
<style>
a { background-color: #C69185; }
a { background-color: rgb(198,145,133); }
div.DivClassName
{
background-color: #C69185;
}
.BgClassName
{
background-color: #C69185;
}
</style>
border-color css
<style>
span { border-color: #C69185; }
span { border-color: rgb(198,145,133); }
td.TdClassName
{
border-color: #C69185;
}
.TagClassName
{
border-color: #C69185;
}
</style>