Shades of Oriental Pink #C8948C
Tints of Oriental Pink #C8948C
RGB
CMYK
RGB Variations
Color information
#C8948C (or 0xC8948C) is known color: Oriental Pink. HEX triplet: C8, 94 and 8C. RGB value is (200,148,140). Sum of RGB (Red+Green+Blue) = 200+148+140=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8948C is #376B73. Grayscale: #A2A2A2. Windows color (decimal): -3631988 or 9213128. OLE color: 9213128.
HSL color Cylindrical-coordinate representation of color #C8948C: hue angle of 8º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8948C is Cyan = 0, Magento = 0.26, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 140 | - |
| CMYK | 0 | 0.26 | 0.3 | 0.22 |
| HSL | 8º | 0.35% | 0.67% | - |
| HSV(B) | 8º | 0.3% | 0.78% | - |
| XYZ | 39.14 | 35.35 | 29.57 | - |
| YUV | 162.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 140 | 0 | 0.26 | 0.3 | 0.22 | 8 | 0.35 | 0.67 |
| Hex | C8 | 94 | 8C | 0 | 1A | 1E | 16 | 8 | 23 | 43 |
| Octal | 310 | 224 | 214 | 0 | 32 | 36 | 26 | 10 | 43 | 103 |
| Binary | 11001000 | 10010100 | 10001100 | 0 | 11010 | 11110 | 10110 | 1000 | 100011 | 1000011 |
Color Harmonies of #C8948C
Complementary color
Monochromatic Colors of #C8948C
Black with #C8948C
Text Example
Text Example
White with #C8948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8948C; }
p { color: rgb(200,148,140); }
H1.HeaderClassName
{
color: #C8948C;
}
.AnyTagClassName
{
color: #C8948C;
}
</style>
background-color css
<style>
a { background-color: #C8948C; }
a { background-color: rgb(200,148,140); }
div.DivClassName
{
background-color: #C8948C;
}
.BgClassName
{
background-color: #C8948C;
}
</style>
border-color css
<style>
span { border-color: #C8948C; }
span { border-color: rgb(200,148,140); }
td.TdClassName
{
border-color: #C8948C;
}
.TagClassName
{
border-color: #C8948C;
}
</style>