Shades of Oriental Pink #C3908C
Tints of Oriental Pink #C3908C
RGB
CMYK
RGB Variations
Color information
#C3908C (or 0xC3908C) is known color: Oriental Pink. HEX triplet: C3, 90 and 8C. RGB value is (195,144,140). Sum of RGB (Red+Green+Blue) = 195+144+140=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C3908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3908C is #3C6F73. Grayscale: #9E9E9E. Windows color (decimal): -3960692 or 9212099. OLE color: 9212099.
HSL color Cylindrical-coordinate representation of color #C3908C: hue angle of 4.36º 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 #C3908C is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 144 | 140 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.24 |
| HSL | 4.36º | 0.31% | 0.66% | - |
| HSV(B) | 4.36º | 0.28% | 0.76% | - |
| XYZ | 37.21 | 33.44 | 29.3 | - |
| YUV | 158.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 144 | 140 | 0 | 0.26 | 0.28 | 0.24 | 4.36 | 0.31 | 0.66 |
| Hex | C3 | 90 | 8C | 0 | 1A | 1C | 18 | 4 | 1F | 42 |
| Octal | 303 | 220 | 214 | 0 | 32 | 34 | 30 | 4 | 37 | 102 |
| Binary | 11000011 | 10010000 | 10001100 | 0 | 11010 | 11100 | 11000 | 100 | 11111 | 1000010 |
Color Harmonies of #C3908C
Complementary color
Monochromatic Colors of #C3908C
Black with #C3908C
Text Example
Text Example
White with #C3908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3908C; }
p { color: rgb(195,144,140); }
H1.HeaderClassName
{
color: #C3908C;
}
.AnyTagClassName
{
color: #C3908C;
}
</style>
background-color css
<style>
a { background-color: #C3908C; }
a { background-color: rgb(195,144,140); }
div.DivClassName
{
background-color: #C3908C;
}
.BgClassName
{
background-color: #C3908C;
}
</style>
border-color css
<style>
span { border-color: #C3908C; }
span { border-color: rgb(195,144,140); }
td.TdClassName
{
border-color: #C3908C;
}
.TagClassName
{
border-color: #C3908C;
}
</style>