Shades of Oriental Pink #C3897F
Tints of Oriental Pink #C3897F
RGB
CMYK
RGB Variations
Color information
#C3897F (or 0xC3897F) is known color: Oriental Pink. HEX triplet: C3, 89 and 7F. RGB value is (195,137,127). Sum of RGB (Red+Green+Blue) = 195+137+127=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C3897F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3897F is #3C7680. Grayscale: #999999. Windows color (decimal): -3962497 or 8358339. OLE color: 8358339.
HSL color Cylindrical-coordinate representation of color #C3897F: hue angle of 8.82º 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 #C3897F is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 127 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.24 |
| HSL | 8.82º | 0.36% | 0.63% | - |
| HSV(B) | 8.82º | 0.35% | 0.76% | - |
| XYZ | 35.28 | 31.03 | 24.21 | - |
| YUV | 153.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 127 | 0 | 0.30 | 0.35 | 0.24 | 8.82 | 0.36 | 0.63 |
| Hex | C3 | 89 | 7F | 0 | 1E | 23 | 18 | 9 | 24 | 3F |
| Octal | 303 | 211 | 177 | 0 | 36 | 43 | 30 | 11 | 44 | 77 |
| Binary | 11000011 | 10001001 | 1111111 | 0 | 11110 | 100011 | 11000 | 1001 | 100100 | 111111 |
Color Harmonies of #C3897F
Complementary color
Monochromatic Colors of #C3897F
Black with #C3897F
Text Example
Text Example
White with #C3897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3897F; }
p { color: rgb(195,137,127); }
H1.HeaderClassName
{
color: #C3897F;
}
.AnyTagClassName
{
color: #C3897F;
}
</style>
background-color css
<style>
a { background-color: #C3897F; }
a { background-color: rgb(195,137,127); }
div.DivClassName
{
background-color: #C3897F;
}
.BgClassName
{
background-color: #C3897F;
}
</style>
border-color css
<style>
span { border-color: #C3897F; }
span { border-color: rgb(195,137,127); }
td.TdClassName
{
border-color: #C3897F;
}
.TagClassName
{
border-color: #C3897F;
}
</style>