Shades of Oriental Pink #C38888
Tints of Oriental Pink #C38888
RGB
CMYK
RGB Variations
Color information
#C38888 (or 0xC38888) is known color: Oriental Pink. HEX triplet: C3, 88 and 88. RGB value is (195,136,136). Sum of RGB (Red+Green+Blue) = 195+136+136=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C38888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38888 is #3C7777. Grayscale: #999999. Windows color (decimal): -3962744 or 8947907. OLE color: 8947907.
HSL color Cylindrical-coordinate representation of color #C38888: hue angle of 0º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C38888 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 136 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.24 |
| HSL | 0º | 0.33% | 0.65% | - |
| HSV(B) | 0º | 0.3% | 0.76% | - |
| XYZ | 35.75 | 30.99 | 27.39 | - |
| YUV | 153.64 | 118.05 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 136 | 0 | 0.30 | 0.30 | 0.24 | 0 | 0.33 | 0.65 |
| Hex | C3 | 88 | 88 | 0 | 1E | 1E | 18 | 0 | 21 | 41 |
| Octal | 303 | 210 | 210 | 0 | 36 | 36 | 30 | 0 | 41 | 101 |
| Binary | 11000011 | 10001000 | 10001000 | 0 | 11110 | 11110 | 11000 | 0 | 100001 | 1000001 |
Color Harmonies of #C38888
Complementary color
Monochromatic Colors of #C38888
Black with #C38888
Text Example
Text Example
White with #C38888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38888; }
p { color: rgb(195,136,136); }
H1.HeaderClassName
{
color: #C38888;
}
.AnyTagClassName
{
color: #C38888;
}
</style>
background-color css
<style>
a { background-color: #C38888; }
a { background-color: rgb(195,136,136); }
div.DivClassName
{
background-color: #C38888;
}
.BgClassName
{
background-color: #C38888;
}
</style>
border-color css
<style>
span { border-color: #C38888; }
span { border-color: rgb(195,136,136); }
td.TdClassName
{
border-color: #C38888;
}
.TagClassName
{
border-color: #C38888;
}
</style>