Shades of Oriental Pink #C3807D
Tints of Oriental Pink #C3807D
RGB
CMYK
RGB Variations
Color information
#C3807D (or 0xC3807D) is known color: Oriental Pink. HEX triplet: C3, 80 and 7D. RGB value is (195,128,125). Sum of RGB (Red+Green+Blue) = 195+128+125=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C3807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3807D is #3C7F82. Grayscale: #939393. Windows color (decimal): -3964803 or 8224963. OLE color: 8224963.
HSL color Cylindrical-coordinate representation of color #C3807D: hue angle of 2.57º 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 #C3807D is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 125 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.24 |
| HSL | 2.57º | 0.37% | 0.63% | - |
| HSV(B) | 2.57º | 0.36% | 0.76% | - |
| XYZ | 33.93 | 28.52 | 23.12 | - |
| YUV | 147.69 | 115.2 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 125 | 0 | 0.34 | 0.36 | 0.24 | 2.57 | 0.37 | 0.63 |
| Hex | C3 | 80 | 7D | 0 | 22 | 24 | 18 | 3 | 25 | 3F |
| Octal | 303 | 200 | 175 | 0 | 42 | 44 | 30 | 3 | 45 | 77 |
| Binary | 11000011 | 10000000 | 1111101 | 0 | 100010 | 100100 | 11000 | 11 | 100101 | 111111 |
Color Harmonies of #C3807D
Complementary color
Monochromatic Colors of #C3807D
Black with #C3807D
Text Example
Text Example
White with #C3807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3807D; }
p { color: rgb(195,128,125); }
H1.HeaderClassName
{
color: #C3807D;
}
.AnyTagClassName
{
color: #C3807D;
}
</style>
background-color css
<style>
a { background-color: #C3807D; }
a { background-color: rgb(195,128,125); }
div.DivClassName
{
background-color: #C3807D;
}
.BgClassName
{
background-color: #C3807D;
}
</style>
border-color css
<style>
span { border-color: #C3807D; }
span { border-color: rgb(195,128,125); }
td.TdClassName
{
border-color: #C3807D;
}
.TagClassName
{
border-color: #C3807D;
}
</style>