Shades of Oriental Pink #C1948E
Tints of Oriental Pink #C1948E
RGB
CMYK
RGB Variations
Color information
#C1948E (or 0xC1948E) is known color: Oriental Pink. HEX triplet: C1, 94 and 8E. RGB value is (193,148,142). Sum of RGB (Red+Green+Blue) = 193+148+142=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C1948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1948E is #3E6B71. Grayscale: #A0A0A0. Windows color (decimal): -4090738 or 9344193. OLE color: 9344193.
HSL color Cylindrical-coordinate representation of color #C1948E: hue angle of 7.06º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1948E is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 142 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.24 |
| HSL | 7.06º | 0.29% | 0.66% | - |
| HSV(B) | 7.06º | 0.26% | 0.76% | - |
| XYZ | 37.46 | 34.47 | 30.27 | - |
| YUV | 160.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 142 | 0 | 0.23 | 0.26 | 0.24 | 7.06 | 0.29 | 0.66 |
| Hex | C1 | 94 | 8E | 0 | 17 | 1A | 18 | 7 | 1D | 42 |
| Octal | 301 | 224 | 216 | 0 | 27 | 32 | 30 | 7 | 35 | 102 |
| Binary | 11000001 | 10010100 | 10001110 | 0 | 10111 | 11010 | 11000 | 111 | 11101 | 1000010 |
Color Harmonies of #C1948E
Complementary color
Monochromatic Colors of #C1948E
Black with #C1948E
Text Example
Text Example
White with #C1948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1948E; }
p { color: rgb(193,148,142); }
H1.HeaderClassName
{
color: #C1948E;
}
.AnyTagClassName
{
color: #C1948E;
}
</style>
background-color css
<style>
a { background-color: #C1948E; }
a { background-color: rgb(193,148,142); }
div.DivClassName
{
background-color: #C1948E;
}
.BgClassName
{
background-color: #C1948E;
}
</style>
border-color css
<style>
span { border-color: #C1948E; }
span { border-color: rgb(193,148,142); }
td.TdClassName
{
border-color: #C1948E;
}
.TagClassName
{
border-color: #C1948E;
}
</style>