Shades of Oriental Pink #C69088
Tints of Oriental Pink #C69088
RGB
CMYK
RGB Variations
Color information
#C69088 (or 0xC69088) is known color: Oriental Pink. HEX triplet: C6, 90 and 88. RGB value is (198,144,136). Sum of RGB (Red+Green+Blue) = 198+144+136=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C69088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69088 is #396F77. Grayscale: #9F9F9F. Windows color (decimal): -3764088 or 8949958. OLE color: 8949958.
HSL color Cylindrical-coordinate representation of color #C69088: hue angle of 7.74º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C69088 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 136 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.22 |
| HSL | 7.74º | 0.35% | 0.65% | - |
| HSV(B) | 7.74º | 0.31% | 0.78% | - |
| XYZ | 37.71 | 33.73 | 27.82 | - |
| YUV | 159.23 | 114.89 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 136 | 0 | 0.27 | 0.31 | 0.22 | 7.74 | 0.35 | 0.65 |
| Hex | C6 | 90 | 88 | 0 | 1B | 1F | 16 | 8 | 23 | 41 |
| Octal | 306 | 220 | 210 | 0 | 33 | 37 | 26 | 10 | 43 | 101 |
| Binary | 11000110 | 10010000 | 10001000 | 0 | 11011 | 11111 | 10110 | 1000 | 100011 | 1000001 |
Color Harmonies of #C69088
Complementary color
Monochromatic Colors of #C69088
Black with #C69088
Text Example
Text Example
White with #C69088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69088; }
p { color: rgb(198,144,136); }
H1.HeaderClassName
{
color: #C69088;
}
.AnyTagClassName
{
color: #C69088;
}
</style>
background-color css
<style>
a { background-color: #C69088; }
a { background-color: rgb(198,144,136); }
div.DivClassName
{
background-color: #C69088;
}
.BgClassName
{
background-color: #C69088;
}
</style>
border-color css
<style>
span { border-color: #C69088; }
span { border-color: rgb(198,144,136); }
td.TdClassName
{
border-color: #C69088;
}
.TagClassName
{
border-color: #C69088;
}
</style>