Shades of Oriental Pink #C2948D
Tints of Oriental Pink #C2948D
RGB
CMYK
RGB Variations
Color information
#C2948D (or 0xC2948D) is known color: Oriental Pink. HEX triplet: C2, 94 and 8D. RGB value is (194,148,141). Sum of RGB (Red+Green+Blue) = 194+148+141=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C2948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2948D is #3D6B72. Grayscale: #A1A1A1. Windows color (decimal): -4025203 or 9278658. OLE color: 9278658.
HSL color Cylindrical-coordinate representation of color #C2948D: hue angle of 7.92º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2948D is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 141 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.24 |
| HSL | 7.92º | 0.3% | 0.66% | - |
| HSV(B) | 7.92º | 0.27% | 0.76% | - |
| XYZ | 37.65 | 34.57 | 29.89 | - |
| YUV | 160.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 141 | 0 | 0.24 | 0.27 | 0.24 | 7.92 | 0.3 | 0.66 |
| Hex | C2 | 94 | 8D | 0 | 18 | 1B | 18 | 8 | 1E | 42 |
| Octal | 302 | 224 | 215 | 0 | 30 | 33 | 30 | 10 | 36 | 102 |
| Binary | 11000010 | 10010100 | 10001101 | 0 | 11000 | 11011 | 11000 | 1000 | 11110 | 1000010 |
Color Harmonies of #C2948D
Complementary color
Monochromatic Colors of #C2948D
Black with #C2948D
Text Example
Text Example
White with #C2948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2948D; }
p { color: rgb(194,148,141); }
H1.HeaderClassName
{
color: #C2948D;
}
.AnyTagClassName
{
color: #C2948D;
}
</style>
background-color css
<style>
a { background-color: #C2948D; }
a { background-color: rgb(194,148,141); }
div.DivClassName
{
background-color: #C2948D;
}
.BgClassName
{
background-color: #C2948D;
}
</style>
border-color css
<style>
span { border-color: #C2948D; }
span { border-color: rgb(194,148,141); }
td.TdClassName
{
border-color: #C2948D;
}
.TagClassName
{
border-color: #C2948D;
}
</style>