Shades of Oriental Pink #C18982
Tints of Oriental Pink #C18982
RGB
CMYK
RGB Variations
Color information
#C18982 (or 0xC18982) is known color: Oriental Pink. HEX triplet: C1, 89 and 82. RGB value is (193,137,130). Sum of RGB (Red+Green+Blue) = 193+137+130=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C18982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18982 is #3E767D. Grayscale: #999999. Windows color (decimal): -4093566 or 8554945. OLE color: 8554945.
HSL color Cylindrical-coordinate representation of color #C18982: hue angle of 6.67º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C18982 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 130 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.24 |
| HSL | 6.67º | 0.34% | 0.63% | - |
| HSV(B) | 6.67º | 0.33% | 0.76% | - |
| XYZ | 34.97 | 30.84 | 25.23 | - |
| YUV | 152.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 130 | 0 | 0.29 | 0.33 | 0.24 | 6.67 | 0.34 | 0.63 |
| Hex | C1 | 89 | 82 | 0 | 1D | 21 | 18 | 7 | 22 | 3F |
| Octal | 301 | 211 | 202 | 0 | 35 | 41 | 30 | 7 | 42 | 77 |
| Binary | 11000001 | 10001001 | 10000010 | 0 | 11101 | 100001 | 11000 | 111 | 100010 | 111111 |
Color Harmonies of #C18982
Complementary color
Monochromatic Colors of #C18982
Black with #C18982
Text Example
Text Example
White with #C18982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18982; }
p { color: rgb(193,137,130); }
H1.HeaderClassName
{
color: #C18982;
}
.AnyTagClassName
{
color: #C18982;
}
</style>
background-color css
<style>
a { background-color: #C18982; }
a { background-color: rgb(193,137,130); }
div.DivClassName
{
background-color: #C18982;
}
.BgClassName
{
background-color: #C18982;
}
</style>
border-color css
<style>
span { border-color: #C18982; }
span { border-color: rgb(193,137,130); }
td.TdClassName
{
border-color: #C18982;
}
.TagClassName
{
border-color: #C18982;
}
</style>