Shades of Oriental Pink #C2948F
Tints of Oriental Pink #C2948F
RGB
CMYK
RGB Variations
Color information
#C2948F (or 0xC2948F) is known color: Oriental Pink. HEX triplet: C2, 94 and 8F. RGB value is (194,148,143). Sum of RGB (Red+Green+Blue) = 194+148+143=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2948F is #3D6B70. Grayscale: #A1A1A1. Windows color (decimal): -4025201 or 9409730. OLE color: 9409730.
HSL color Cylindrical-coordinate representation of color #C2948F: hue angle of 5.88º 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 #C2948F is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 143 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.24 |
| HSL | 5.88º | 0.29% | 0.66% | - |
| HSV(B) | 5.88º | 0.26% | 0.76% | - |
| XYZ | 37.8 | 34.63 | 30.68 | - |
| YUV | 161.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 143 | 0 | 0.24 | 0.26 | 0.24 | 5.88 | 0.29 | 0.66 |
| Hex | C2 | 94 | 8F | 0 | 18 | 1A | 18 | 6 | 1D | 42 |
| Octal | 302 | 224 | 217 | 0 | 30 | 32 | 30 | 6 | 35 | 102 |
| Binary | 11000010 | 10010100 | 10001111 | 0 | 11000 | 11010 | 11000 | 110 | 11101 | 1000010 |
Color Harmonies of #C2948F
Complementary color
Monochromatic Colors of #C2948F
Black with #C2948F
Text Example
Text Example
White with #C2948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2948F; }
p { color: rgb(194,148,143); }
H1.HeaderClassName
{
color: #C2948F;
}
.AnyTagClassName
{
color: #C2948F;
}
</style>
background-color css
<style>
a { background-color: #C2948F; }
a { background-color: rgb(194,148,143); }
div.DivClassName
{
background-color: #C2948F;
}
.BgClassName
{
background-color: #C2948F;
}
</style>
border-color css
<style>
span { border-color: #C2948F; }
span { border-color: rgb(194,148,143); }
td.TdClassName
{
border-color: #C2948F;
}
.TagClassName
{
border-color: #C2948F;
}
</style>