Shades of Oriental Pink #C3948D
Tints of Oriental Pink #C3948D
RGB
CMYK
RGB Variations
Color information
#C3948D (or 0xC3948D) is known color: Oriental Pink. HEX triplet: C3, 94 and 8D. RGB value is (195,148,141). Sum of RGB (Red+Green+Blue) = 195+148+141=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C3948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3948D is #3C6B72. Grayscale: #A1A1A1. Windows color (decimal): -3959667 or 9278659. OLE color: 9278659.
HSL color Cylindrical-coordinate representation of color #C3948D: hue angle of 7.78º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3948D is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 141 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.24 |
| HSL | 7.78º | 0.31% | 0.66% | - |
| HSV(B) | 7.78º | 0.28% | 0.76% | - |
| XYZ | 37.9 | 34.71 | 29.9 | - |
| YUV | 161.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 141 | 0 | 0.24 | 0.28 | 0.24 | 7.78 | 0.31 | 0.66 |
| Hex | C3 | 94 | 8D | 0 | 18 | 1C | 18 | 8 | 1F | 42 |
| Octal | 303 | 224 | 215 | 0 | 30 | 34 | 30 | 10 | 37 | 102 |
| Binary | 11000011 | 10010100 | 10001101 | 0 | 11000 | 11100 | 11000 | 1000 | 11111 | 1000010 |
Color Harmonies of #C3948D
Complementary color
Monochromatic Colors of #C3948D
Black with #C3948D
Text Example
Text Example
White with #C3948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3948D; }
p { color: rgb(195,148,141); }
H1.HeaderClassName
{
color: #C3948D;
}
.AnyTagClassName
{
color: #C3948D;
}
</style>
background-color css
<style>
a { background-color: #C3948D; }
a { background-color: rgb(195,148,141); }
div.DivClassName
{
background-color: #C3948D;
}
.BgClassName
{
background-color: #C3948D;
}
</style>
border-color css
<style>
span { border-color: #C3948D; }
span { border-color: rgb(195,148,141); }
td.TdClassName
{
border-color: #C3948D;
}
.TagClassName
{
border-color: #C3948D;
}
</style>