Shades of Oriental Pink #C2948C
Tints of Oriental Pink #C2948C
RGB
CMYK
RGB Variations
Color information
#C2948C (or 0xC2948C) is known color: Oriental Pink. HEX triplet: C2, 94 and 8C. RGB value is (194,148,140). Sum of RGB (Red+Green+Blue) = 194+148+140=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C2948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2948C is #3D6B73. Grayscale: #A0A0A0. Windows color (decimal): -4025204 or 9213122. OLE color: 9213122.
HSL color Cylindrical-coordinate representation of color #C2948C: hue angle of 8.89º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2948C is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 140 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.24 |
| HSL | 8.89º | 0.31% | 0.65% | - |
| HSV(B) | 8.89º | 0.28% | 0.76% | - |
| XYZ | 37.57 | 34.54 | 29.5 | - |
| YUV | 160.84 | 116.24 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 140 | 0 | 0.24 | 0.28 | 0.24 | 8.89 | 0.31 | 0.65 |
| Hex | C2 | 94 | 8C | 0 | 18 | 1C | 18 | 9 | 1F | 41 |
| Octal | 302 | 224 | 214 | 0 | 30 | 34 | 30 | 11 | 37 | 101 |
| Binary | 11000010 | 10010100 | 10001100 | 0 | 11000 | 11100 | 11000 | 1001 | 11111 | 1000001 |
Color Harmonies of #C2948C
Complementary color
Monochromatic Colors of #C2948C
Black with #C2948C
Text Example
Text Example
White with #C2948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2948C; }
p { color: rgb(194,148,140); }
H1.HeaderClassName
{
color: #C2948C;
}
.AnyTagClassName
{
color: #C2948C;
}
</style>
background-color css
<style>
a { background-color: #C2948C; }
a { background-color: rgb(194,148,140); }
div.DivClassName
{
background-color: #C2948C;
}
.BgClassName
{
background-color: #C2948C;
}
</style>
border-color css
<style>
span { border-color: #C2948C; }
span { border-color: rgb(194,148,140); }
td.TdClassName
{
border-color: #C2948C;
}
.TagClassName
{
border-color: #C2948C;
}
</style>