Shades of Oriental Pink #C4948C
Tints of Oriental Pink #C4948C
RGB
CMYK
RGB Variations
Color information
#C4948C (or 0xC4948C) is known color: Oriental Pink. HEX triplet: C4, 94 and 8C. RGB value is (196,148,140). Sum of RGB (Red+Green+Blue) = 196+148+140=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C4948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4948C is #3B6B73. Grayscale: #A1A1A1. Windows color (decimal): -3894132 or 9213124. OLE color: 9213124.
HSL color Cylindrical-coordinate representation of color #C4948C: hue angle of 8.57º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4948C is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 140 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.23 |
| HSL | 8.57º | 0.32% | 0.66% | - |
| HSV(B) | 8.57º | 0.29% | 0.77% | - |
| XYZ | 38.09 | 34.81 | 29.52 | - |
| YUV | 161.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 140 | 0 | 0.24 | 0.29 | 0.23 | 8.57 | 0.32 | 0.66 |
| Hex | C4 | 94 | 8C | 0 | 18 | 1D | 17 | 9 | 20 | 42 |
| Octal | 304 | 224 | 214 | 0 | 30 | 35 | 27 | 11 | 40 | 102 |
| Binary | 11000100 | 10010100 | 10001100 | 0 | 11000 | 11101 | 10111 | 1001 | 100000 | 1000010 |
Color Harmonies of #C4948C
Complementary color
Monochromatic Colors of #C4948C
Black with #C4948C
Text Example
Text Example
White with #C4948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4948C; }
p { color: rgb(196,148,140); }
H1.HeaderClassName
{
color: #C4948C;
}
.AnyTagClassName
{
color: #C4948C;
}
</style>
background-color css
<style>
a { background-color: #C4948C; }
a { background-color: rgb(196,148,140); }
div.DivClassName
{
background-color: #C4948C;
}
.BgClassName
{
background-color: #C4948C;
}
</style>
border-color css
<style>
span { border-color: #C4948C; }
span { border-color: rgb(196,148,140); }
td.TdClassName
{
border-color: #C4948C;
}
.TagClassName
{
border-color: #C4948C;
}
</style>