Shades of Oriental Pink #C6908B
Tints of Oriental Pink #C6908B
RGB
CMYK
RGB Variations
Color information
#C6908B (or 0xC6908B) is known color: Oriental Pink. HEX triplet: C6, 90 and 8B. RGB value is (198,144,139). Sum of RGB (Red+Green+Blue) = 198+144+139=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C6908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6908B is #396F74. Grayscale: #9F9F9F. Windows color (decimal): -3764085 or 9146566. OLE color: 9146566.
HSL color Cylindrical-coordinate representation of color #C6908B: hue angle of 5.08º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6908B is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 139 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.22 |
| HSL | 5.08º | 0.34% | 0.66% | - |
| HSV(B) | 5.08º | 0.3% | 0.78% | - |
| XYZ | 37.92 | 33.82 | 28.95 | - |
| YUV | 159.58 | 116.39 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 139 | 0 | 0.27 | 0.30 | 0.22 | 5.08 | 0.34 | 0.66 |
| Hex | C6 | 90 | 8B | 0 | 1B | 1E | 16 | 5 | 22 | 42 |
| Octal | 306 | 220 | 213 | 0 | 33 | 36 | 26 | 5 | 42 | 102 |
| Binary | 11000110 | 10010000 | 10001011 | 0 | 11011 | 11110 | 10110 | 101 | 100010 | 1000010 |
Color Harmonies of #C6908B
Complementary color
Monochromatic Colors of #C6908B
Black with #C6908B
Text Example
Text Example
White with #C6908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6908B; }
p { color: rgb(198,144,139); }
H1.HeaderClassName
{
color: #C6908B;
}
.AnyTagClassName
{
color: #C6908B;
}
</style>
background-color css
<style>
a { background-color: #C6908B; }
a { background-color: rgb(198,144,139); }
div.DivClassName
{
background-color: #C6908B;
}
.BgClassName
{
background-color: #C6908B;
}
</style>
border-color css
<style>
span { border-color: #C6908B; }
span { border-color: rgb(198,144,139); }
td.TdClassName
{
border-color: #C6908B;
}
.TagClassName
{
border-color: #C6908B;
}
</style>