Shades of Oriental Pink #C48B83
Tints of Oriental Pink #C48B83
RGB
CMYK
RGB Variations
Color information
#C48B83 (or 0xC48B83) is known color: Oriental Pink. HEX triplet: C4, 8B and 83. RGB value is (196,139,131). Sum of RGB (Red+Green+Blue) = 196+139+131=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48B83 is #3B747C. Grayscale: #9B9B9B. Windows color (decimal): -3896445 or 8620996. OLE color: 8620996.
HSL color Cylindrical-coordinate representation of color #C48B83: hue angle of 7.38º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C48B83 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 139 | 131 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.23 |
| HSL | 7.38º | 0.36% | 0.64% | - |
| HSV(B) | 7.38º | 0.33% | 0.77% | - |
| XYZ | 36.09 | 31.84 | 25.72 | - |
| YUV | 155.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 131 | 0 | 0.29 | 0.33 | 0.23 | 7.38 | 0.36 | 0.64 |
| Hex | C4 | 8B | 83 | 0 | 1D | 21 | 17 | 7 | 24 | 40 |
| Octal | 304 | 213 | 203 | 0 | 35 | 41 | 27 | 7 | 44 | 100 |
| Binary | 11000100 | 10001011 | 10000011 | 0 | 11101 | 100001 | 10111 | 111 | 100100 | 1000000 |
Color Harmonies of #C48B83
Complementary color
Monochromatic Colors of #C48B83
Black with #C48B83
Text Example
Text Example
White with #C48B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48B83; }
p { color: rgb(196,139,131); }
H1.HeaderClassName
{
color: #C48B83;
}
.AnyTagClassName
{
color: #C48B83;
}
</style>
background-color css
<style>
a { background-color: #C48B83; }
a { background-color: rgb(196,139,131); }
div.DivClassName
{
background-color: #C48B83;
}
.BgClassName
{
background-color: #C48B83;
}
</style>
border-color css
<style>
span { border-color: #C48B83; }
span { border-color: rgb(196,139,131); }
td.TdClassName
{
border-color: #C48B83;
}
.TagClassName
{
border-color: #C48B83;
}
</style>