Shades of Oriental Pink #CD938A
Tints of Oriental Pink #CD938A
RGB
CMYK
RGB Variations
Color information
#CD938A (or 0xCD938A) is known color: Oriental Pink. HEX triplet: CD, 93 and 8A. RGB value is (205,147,138). Sum of RGB (Red+Green+Blue) = 205+147+138=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD938A is #326C75. Grayscale: #A3A3A3. Windows color (decimal): -3304566 or 9081805. OLE color: 9081805.
HSL color Cylindrical-coordinate representation of color #CD938A: hue angle of 8.06º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD938A is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 147 | 138 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.20 |
| HSL | 8.06º | 0.4% | 0.67% | - |
| HSV(B) | 8.06º | 0.33% | 0.8% | - |
| XYZ | 40.2 | 35.68 | 28.81 | - |
| YUV | 163.32 | 113.72 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 147 | 138 | 0 | 0.28 | 0.33 | 0.20 | 8.06 | 0.4 | 0.67 |
| Hex | CD | 93 | 8A | 0 | 1C | 21 | 14 | 8 | 28 | 43 |
| Octal | 315 | 223 | 212 | 0 | 34 | 41 | 24 | 10 | 50 | 103 |
| Binary | 11001101 | 10010011 | 10001010 | 0 | 11100 | 100001 | 10100 | 1000 | 101000 | 1000011 |
Color Harmonies of #CD938A
Complementary color
Monochromatic Colors of #CD938A
Black with #CD938A
Text Example
Text Example
White with #CD938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD938A; }
p { color: rgb(205,147,138); }
H1.HeaderClassName
{
color: #CD938A;
}
.AnyTagClassName
{
color: #CD938A;
}
</style>
background-color css
<style>
a { background-color: #CD938A; }
a { background-color: rgb(205,147,138); }
div.DivClassName
{
background-color: #CD938A;
}
.BgClassName
{
background-color: #CD938A;
}
</style>
border-color css
<style>
span { border-color: #CD938A; }
span { border-color: rgb(205,147,138); }
td.TdClassName
{
border-color: #CD938A;
}
.TagClassName
{
border-color: #CD938A;
}
</style>