Shades of Oriental Pink #C7817D
Tints of Oriental Pink #C7817D
RGB
CMYK
RGB Variations
Color information
#C7817D (or 0xC7817D) is known color: Oriental Pink. HEX triplet: C7, 81 and 7D. RGB value is (199,129,125). Sum of RGB (Red+Green+Blue) = 199+129+125=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C7817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7817D is #387E82. Grayscale: #959595. Windows color (decimal): -3702403 or 8225223. OLE color: 8225223.
HSL color Cylindrical-coordinate representation of color #C7817D: hue angle of 3.24º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C7817D is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 129 | 125 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.22 |
| HSL | 3.24º | 0.4% | 0.64% | - |
| HSV(B) | 3.24º | 0.37% | 0.78% | - |
| XYZ | 35.11 | 29.32 | 23.21 | - |
| YUV | 149.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 125 | 0 | 0.35 | 0.37 | 0.22 | 3.24 | 0.4 | 0.64 |
| Hex | C7 | 81 | 7D | 0 | 23 | 25 | 16 | 3 | 28 | 40 |
| Octal | 307 | 201 | 175 | 0 | 43 | 45 | 26 | 3 | 50 | 100 |
| Binary | 11000111 | 10000001 | 1111101 | 0 | 100011 | 100101 | 10110 | 11 | 101000 | 1000000 |
Color Harmonies of #C7817D
Complementary color
Monochromatic Colors of #C7817D
Black with #C7817D
Text Example
Text Example
White with #C7817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7817D; }
p { color: rgb(199,129,125); }
H1.HeaderClassName
{
color: #C7817D;
}
.AnyTagClassName
{
color: #C7817D;
}
</style>
background-color css
<style>
a { background-color: #C7817D; }
a { background-color: rgb(199,129,125); }
div.DivClassName
{
background-color: #C7817D;
}
.BgClassName
{
background-color: #C7817D;
}
</style>
border-color css
<style>
span { border-color: #C7817D; }
span { border-color: rgb(199,129,125); }
td.TdClassName
{
border-color: #C7817D;
}
.TagClassName
{
border-color: #C7817D;
}
</style>