Shades of Oriental Pink #C3867D
Tints of Oriental Pink #C3867D
RGB
CMYK
RGB Variations
Color information
#C3867D (or 0xC3867D) is known color: Oriental Pink. HEX triplet: C3, 86 and 7D. RGB value is (195,134,125). Sum of RGB (Red+Green+Blue) = 195+134+125=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C3867D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3867D is #3C7982. Grayscale: #979797. Windows color (decimal): -3963267 or 8226499. OLE color: 8226499.
HSL color Cylindrical-coordinate representation of color #C3867D: hue angle of 7.71º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3867D is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 125 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.24 |
| HSL | 7.71º | 0.37% | 0.63% | - |
| HSV(B) | 7.71º | 0.36% | 0.76% | - |
| XYZ | 34.73 | 30.13 | 23.39 | - |
| YUV | 151.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 125 | 0 | 0.31 | 0.36 | 0.24 | 7.71 | 0.37 | 0.63 |
| Hex | C3 | 86 | 7D | 0 | 1F | 24 | 18 | 8 | 25 | 3F |
| Octal | 303 | 206 | 175 | 0 | 37 | 44 | 30 | 10 | 45 | 77 |
| Binary | 11000011 | 10000110 | 1111101 | 0 | 11111 | 100100 | 11000 | 1000 | 100101 | 111111 |
Color Harmonies of #C3867D
Complementary color
Monochromatic Colors of #C3867D
Black with #C3867D
Text Example
Text Example
White with #C3867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3867D; }
p { color: rgb(195,134,125); }
H1.HeaderClassName
{
color: #C3867D;
}
.AnyTagClassName
{
color: #C3867D;
}
</style>
background-color css
<style>
a { background-color: #C3867D; }
a { background-color: rgb(195,134,125); }
div.DivClassName
{
background-color: #C3867D;
}
.BgClassName
{
background-color: #C3867D;
}
</style>
border-color css
<style>
span { border-color: #C3867D; }
span { border-color: rgb(195,134,125); }
td.TdClassName
{
border-color: #C3867D;
}
.TagClassName
{
border-color: #C3867D;
}
</style>