Shades of Oriental Pink #C47D7D
Tints of Oriental Pink #C47D7D
RGB
CMYK
RGB Variations
Color information
#C47D7D (or 0xC47D7D) is known color: Oriental Pink. HEX triplet: C4, 7D and 7D. RGB value is (196,125,125). Sum of RGB (Red+Green+Blue) = 196+125+125=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D7D is #3B8282. Grayscale: #929292. Windows color (decimal): -3900035 or 8224196. OLE color: 8224196.
HSL color Cylindrical-coordinate representation of color #C47D7D: hue angle of 0º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C47D7D is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 125 | 125 | - |
CMYK | 0 | 0.36 | 0.36 | 0.23 |
HSL | 0º | 0.38% | 0.63% | - |
HSV(B) | 0º | 0.36% | 0.77% | - |
XYZ | 33.8 | 27.88 | 23 | - |
YUV | 146.23 | 116.02 | 163.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 125 | 125 | 0 | 0.36 | 0.36 | 0.23 | 0 | 0.38 | 0.63 |
Hex | C4 | 7D | 7D | 0 | 24 | 24 | 17 | 0 | 26 | 3F |
Octal | 304 | 175 | 175 | 0 | 44 | 44 | 27 | 0 | 46 | 77 |
Binary | 11000100 | 1111101 | 1111101 | 0 | 100100 | 100100 | 10111 | 0 | 100110 | 111111 |
Color Harmonies of #C47D7D
Complementary color
Monochromatic Colors of #C47D7D
Black with #C47D7D
Text Example
Text Example
White with #C47D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D7D; }
p { color: rgb(196,125,125); }
H1.HeaderClassName
{
color: #C47D7D;
}
.AnyTagClassName
{
color: #C47D7D;
}
</style>
background-color css
<style>
a { background-color: #C47D7D; }
a { background-color: rgb(196,125,125); }
div.DivClassName
{
background-color: #C47D7D;
}
.BgClassName
{
background-color: #C47D7D;
}
</style>
border-color css
<style>
span { border-color: #C47D7D; }
span { border-color: rgb(196,125,125); }
td.TdClassName
{
border-color: #C47D7D;
}
.TagClassName
{
border-color: #C47D7D;
}
</style>