Shades of Oriental Pink #C9948C
Tints of Oriental Pink #C9948C
RGB
CMYK
RGB Variations
Color information
#C9948C (or 0xC9948C) is known color: Oriental Pink. HEX triplet: C9, 94 and 8C. RGB value is (201,148,140). Sum of RGB (Red+Green+Blue) = 201+148+140=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C9948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9948C is #366B73. Grayscale: #A3A3A3. Windows color (decimal): -3566452 or 9213129. OLE color: 9213129.
HSL color Cylindrical-coordinate representation of color #C9948C: hue angle of 7.87º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9948C is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 148 | 140 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.21 |
| HSL | 7.87º | 0.36% | 0.67% | - |
| HSV(B) | 7.87º | 0.3% | 0.79% | - |
| XYZ | 39.41 | 35.49 | 29.58 | - |
| YUV | 162.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 140 | 0 | 0.26 | 0.30 | 0.21 | 7.87 | 0.36 | 0.67 |
| Hex | C9 | 94 | 8C | 0 | 1A | 1E | 15 | 8 | 24 | 43 |
| Octal | 311 | 224 | 214 | 0 | 32 | 36 | 25 | 10 | 44 | 103 |
| Binary | 11001001 | 10010100 | 10001100 | 0 | 11010 | 11110 | 10101 | 1000 | 100100 | 1000011 |
Color Harmonies of #C9948C
Complementary color
Monochromatic Colors of #C9948C
Black with #C9948C
Text Example
Text Example
White with #C9948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9948C; }
p { color: rgb(201,148,140); }
H1.HeaderClassName
{
color: #C9948C;
}
.AnyTagClassName
{
color: #C9948C;
}
</style>
background-color css
<style>
a { background-color: #C9948C; }
a { background-color: rgb(201,148,140); }
div.DivClassName
{
background-color: #C9948C;
}
.BgClassName
{
background-color: #C9948C;
}
</style>
border-color css
<style>
span { border-color: #C9948C; }
span { border-color: rgb(201,148,140); }
td.TdClassName
{
border-color: #C9948C;
}
.TagClassName
{
border-color: #C9948C;
}
</style>