Shades of Oriental Pink #C38A88
Tints of Oriental Pink #C38A88
RGB
CMYK
RGB Variations
Color information
#C38A88 (or 0xC38A88) is known color: Oriental Pink. HEX triplet: C3, 8A and 88. RGB value is (195,138,136). Sum of RGB (Red+Green+Blue) = 195+138+136=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38A88 is #3C7577. Grayscale: #9A9A9A. Windows color (decimal): -3962232 or 8948419. OLE color: 8948419.
HSL color Cylindrical-coordinate representation of color #C38A88: hue angle of 2.03º 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 #C38A88 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 136 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.24 |
| HSL | 2.03º | 0.33% | 0.65% | - |
| HSV(B) | 2.03º | 0.3% | 0.76% | - |
| XYZ | 36.04 | 31.56 | 27.48 | - |
| YUV | 154.82 | 117.38 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 136 | 0 | 0.29 | 0.30 | 0.24 | 2.03 | 0.33 | 0.65 |
| Hex | C3 | 8A | 88 | 0 | 1D | 1E | 18 | 2 | 21 | 41 |
| Octal | 303 | 212 | 210 | 0 | 35 | 36 | 30 | 2 | 41 | 101 |
| Binary | 11000011 | 10001010 | 10001000 | 0 | 11101 | 11110 | 11000 | 10 | 100001 | 1000001 |
Color Harmonies of #C38A88
Complementary color
Monochromatic Colors of #C38A88
Black with #C38A88
Text Example
Text Example
White with #C38A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A88; }
p { color: rgb(195,138,136); }
H1.HeaderClassName
{
color: #C38A88;
}
.AnyTagClassName
{
color: #C38A88;
}
</style>
background-color css
<style>
a { background-color: #C38A88; }
a { background-color: rgb(195,138,136); }
div.DivClassName
{
background-color: #C38A88;
}
.BgClassName
{
background-color: #C38A88;
}
</style>
border-color css
<style>
span { border-color: #C38A88; }
span { border-color: rgb(195,138,136); }
td.TdClassName
{
border-color: #C38A88;
}
.TagClassName
{
border-color: #C38A88;
}
</style>