Shades of Oriental Pink #C3847F
Tints of Oriental Pink #C3847F
RGB
CMYK
RGB Variations
Color information
#C3847F (or 0xC3847F) is known color: Oriental Pink. HEX triplet: C3, 84 and 7F. RGB value is (195,132,127). Sum of RGB (Red+Green+Blue) = 195+132+127=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C3847F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3847F is #3C7B80. Grayscale: #969696. Windows color (decimal): -3963777 or 8357059. OLE color: 8357059.
HSL color Cylindrical-coordinate representation of color #C3847F: hue angle of 4.41º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C3847F is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 127 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.24 |
| HSL | 4.41º | 0.36% | 0.63% | - |
| HSV(B) | 4.41º | 0.35% | 0.76% | - |
| XYZ | 34.59 | 29.64 | 23.98 | - |
| YUV | 150.27 | 114.87 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 127 | 0 | 0.32 | 0.35 | 0.24 | 4.41 | 0.36 | 0.63 |
| Hex | C3 | 84 | 7F | 0 | 20 | 23 | 18 | 4 | 24 | 3F |
| Octal | 303 | 204 | 177 | 0 | 40 | 43 | 30 | 4 | 44 | 77 |
| Binary | 11000011 | 10000100 | 1111111 | 0 | 100000 | 100011 | 11000 | 100 | 100100 | 111111 |
Color Harmonies of #C3847F
Complementary color
Monochromatic Colors of #C3847F
Black with #C3847F
Text Example
Text Example
White with #C3847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3847F; }
p { color: rgb(195,132,127); }
H1.HeaderClassName
{
color: #C3847F;
}
.AnyTagClassName
{
color: #C3847F;
}
</style>
background-color css
<style>
a { background-color: #C3847F; }
a { background-color: rgb(195,132,127); }
div.DivClassName
{
background-color: #C3847F;
}
.BgClassName
{
background-color: #C3847F;
}
</style>
border-color css
<style>
span { border-color: #C3847F; }
span { border-color: rgb(195,132,127); }
td.TdClassName
{
border-color: #C3847F;
}
.TagClassName
{
border-color: #C3847F;
}
</style>