Shades of Oriental Pink #CD938C
Tints of Oriental Pink #CD938C
RGB
CMYK
RGB Variations
Color information
#CD938C (or 0xCD938C) is known color: Oriental Pink. HEX triplet: CD, 93 and 8C. RGB value is (205,147,140). Sum of RGB (Red+Green+Blue) = 205+147+140=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD938C is #326C73. Grayscale: #A3A3A3. Windows color (decimal): -3304564 or 9212877. OLE color: 9212877.
HSL color Cylindrical-coordinate representation of color #CD938C: hue angle of 6.46º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD938C is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 147 | 140 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.20 |
| HSL | 6.46º | 0.39% | 0.68% | - |
| HSV(B) | 6.46º | 0.32% | 0.8% | - |
| XYZ | 40.34 | 35.74 | 29.58 | - |
| YUV | 163.54 | 114.72 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 147 | 140 | 0 | 0.28 | 0.32 | 0.20 | 6.46 | 0.39 | 0.68 |
| Hex | CD | 93 | 8C | 0 | 1C | 20 | 14 | 6 | 27 | 44 |
| Octal | 315 | 223 | 214 | 0 | 34 | 40 | 24 | 6 | 47 | 104 |
| Binary | 11001101 | 10010011 | 10001100 | 0 | 11100 | 100000 | 10100 | 110 | 100111 | 1000100 |
Color Harmonies of #CD938C
Complementary color
Monochromatic Colors of #CD938C
Black with #CD938C
Text Example
Text Example
White with #CD938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD938C; }
p { color: rgb(205,147,140); }
H1.HeaderClassName
{
color: #CD938C;
}
.AnyTagClassName
{
color: #CD938C;
}
</style>
background-color css
<style>
a { background-color: #CD938C; }
a { background-color: rgb(205,147,140); }
div.DivClassName
{
background-color: #CD938C;
}
.BgClassName
{
background-color: #CD938C;
}
</style>
border-color css
<style>
span { border-color: #CD938C; }
span { border-color: rgb(205,147,140); }
td.TdClassName
{
border-color: #CD938C;
}
.TagClassName
{
border-color: #CD938C;
}
</style>