Shades of Oriental Pink #C48E8B
Tints of Oriental Pink #C48E8B
RGB
CMYK
RGB Variations
Color information
#C48E8B (or 0xC48E8B) is known color: Oriental Pink. HEX triplet: C4, 8E and 8B. RGB value is (196,142,139). Sum of RGB (Red+Green+Blue) = 196+142+139=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48E8B is #3B7174. Grayscale: #9D9D9D. Windows color (decimal): -3895669 or 9146052. OLE color: 9146052.
HSL color Cylindrical-coordinate representation of color #C48E8B: hue angle of 3.16º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48E8B is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 142 | 139 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.23 |
| HSL | 3.16º | 0.33% | 0.66% | - |
| HSV(B) | 3.16º | 0.29% | 0.77% | - |
| XYZ | 37.1 | 32.95 | 28.83 | - |
| YUV | 157.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 142 | 139 | 0 | 0.28 | 0.29 | 0.23 | 3.16 | 0.33 | 0.66 |
| Hex | C4 | 8E | 8B | 0 | 1C | 1D | 17 | 3 | 21 | 42 |
| Octal | 304 | 216 | 213 | 0 | 34 | 35 | 27 | 3 | 41 | 102 |
| Binary | 11000100 | 10001110 | 10001011 | 0 | 11100 | 11101 | 10111 | 11 | 100001 | 1000010 |
Color Harmonies of #C48E8B
Complementary color
Monochromatic Colors of #C48E8B
Black with #C48E8B
Text Example
Text Example
White with #C48E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48E8B; }
p { color: rgb(196,142,139); }
H1.HeaderClassName
{
color: #C48E8B;
}
.AnyTagClassName
{
color: #C48E8B;
}
</style>
background-color css
<style>
a { background-color: #C48E8B; }
a { background-color: rgb(196,142,139); }
div.DivClassName
{
background-color: #C48E8B;
}
.BgClassName
{
background-color: #C48E8B;
}
</style>
border-color css
<style>
span { border-color: #C48E8B; }
span { border-color: rgb(196,142,139); }
td.TdClassName
{
border-color: #C48E8B;
}
.TagClassName
{
border-color: #C48E8B;
}
</style>