Shades of Oriental Pink #C48F8A
Tints of Oriental Pink #C48F8A
RGB
CMYK
RGB Variations
Color information
#C48F8A (or 0xC48F8A) is known color: Oriental Pink. HEX triplet: C4, 8F and 8A. RGB value is (196,143,138). Sum of RGB (Red+Green+Blue) = 196+143+138=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48F8A is #3B7075. Grayscale: #9E9E9E. Windows color (decimal): -3895414 or 9080772. OLE color: 9080772.
HSL color Cylindrical-coordinate representation of color #C48F8A: hue angle of 5.17º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48F8A is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 138 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.23 |
| HSL | 5.17º | 0.33% | 0.65% | - |
| HSV(B) | 5.17º | 0.3% | 0.77% | - |
| XYZ | 37.17 | 33.22 | 28.5 | - |
| YUV | 158.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 138 | 0 | 0.27 | 0.30 | 0.23 | 5.17 | 0.33 | 0.65 |
| Hex | C4 | 8F | 8A | 0 | 1B | 1E | 17 | 5 | 21 | 41 |
| Octal | 304 | 217 | 212 | 0 | 33 | 36 | 27 | 5 | 41 | 101 |
| Binary | 11000100 | 10001111 | 10001010 | 0 | 11011 | 11110 | 10111 | 101 | 100001 | 1000001 |
Color Harmonies of #C48F8A
Complementary color
Monochromatic Colors of #C48F8A
Black with #C48F8A
Text Example
Text Example
White with #C48F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F8A; }
p { color: rgb(196,143,138); }
H1.HeaderClassName
{
color: #C48F8A;
}
.AnyTagClassName
{
color: #C48F8A;
}
</style>
background-color css
<style>
a { background-color: #C48F8A; }
a { background-color: rgb(196,143,138); }
div.DivClassName
{
background-color: #C48F8A;
}
.BgClassName
{
background-color: #C48F8A;
}
</style>
border-color css
<style>
span { border-color: #C48F8A; }
span { border-color: rgb(196,143,138); }
td.TdClassName
{
border-color: #C48F8A;
}
.TagClassName
{
border-color: #C48F8A;
}
</style>