Shades of Oriental Pink #C4827E
Tints of Oriental Pink #C4827E
RGB
CMYK
RGB Variations
Color information
#C4827E (or 0xC4827E) is known color: Oriental Pink. HEX triplet: C4, 82 and 7E. RGB value is (196,130,126). Sum of RGB (Red+Green+Blue) = 196+130+126=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C4827E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4827E is #3B7D81. Grayscale: #959595. Windows color (decimal): -3898754 or 8291012. OLE color: 8291012.
HSL color Cylindrical-coordinate representation of color #C4827E: hue angle of 3.43º degrees, saturation: 0.37, 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 #C4827E is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 126 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.23 |
| HSL | 3.43º | 0.37% | 0.63% | - |
| HSV(B) | 3.43º | 0.36% | 0.77% | - |
| XYZ | 34.51 | 29.21 | 23.56 | - |
| YUV | 149.28 | 114.87 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 126 | 0 | 0.34 | 0.36 | 0.23 | 3.43 | 0.37 | 0.63 |
| Hex | C4 | 82 | 7E | 0 | 22 | 24 | 17 | 3 | 25 | 3F |
| Octal | 304 | 202 | 176 | 0 | 42 | 44 | 27 | 3 | 45 | 77 |
| Binary | 11000100 | 10000010 | 1111110 | 0 | 100010 | 100100 | 10111 | 11 | 100101 | 111111 |
Color Harmonies of #C4827E
Complementary color
Monochromatic Colors of #C4827E
Black with #C4827E
Text Example
Text Example
White with #C4827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4827E; }
p { color: rgb(196,130,126); }
H1.HeaderClassName
{
color: #C4827E;
}
.AnyTagClassName
{
color: #C4827E;
}
</style>
background-color css
<style>
a { background-color: #C4827E; }
a { background-color: rgb(196,130,126); }
div.DivClassName
{
background-color: #C4827E;
}
.BgClassName
{
background-color: #C4827E;
}
</style>
border-color css
<style>
span { border-color: #C4827E; }
span { border-color: rgb(196,130,126); }
td.TdClassName
{
border-color: #C4827E;
}
.TagClassName
{
border-color: #C4827E;
}
</style>