Shades of Oriental Pink #CD908A
Tints of Oriental Pink #CD908A
RGB
CMYK
RGB Variations
Color information
#CD908A (or 0xCD908A) is known color: Oriental Pink. HEX triplet: CD, 90 and 8A. RGB value is (205,144,138). Sum of RGB (Red+Green+Blue) = 205+144+138=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CD908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD908A is #326F75. Grayscale: #A1A1A1. Windows color (decimal): -3305334 or 9081037. OLE color: 9081037.
HSL color Cylindrical-coordinate representation of color #CD908A: hue angle of 5.37º 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 #CD908A is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 144 | 138 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.20 |
| HSL | 5.37º | 0.4% | 0.67% | - |
| HSV(B) | 5.37º | 0.33% | 0.8% | - |
| XYZ | 39.74 | 34.76 | 28.66 | - |
| YUV | 161.56 | 114.71 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 144 | 138 | 0 | 0.30 | 0.33 | 0.20 | 5.37 | 0.4 | 0.67 |
| Hex | CD | 90 | 8A | 0 | 1E | 21 | 14 | 5 | 28 | 43 |
| Octal | 315 | 220 | 212 | 0 | 36 | 41 | 24 | 5 | 50 | 103 |
| Binary | 11001101 | 10010000 | 10001010 | 0 | 11110 | 100001 | 10100 | 101 | 101000 | 1000011 |
Color Harmonies of #CD908A
Complementary color
Monochromatic Colors of #CD908A
Black with #CD908A
Text Example
Text Example
White with #CD908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD908A; }
p { color: rgb(205,144,138); }
H1.HeaderClassName
{
color: #CD908A;
}
.AnyTagClassName
{
color: #CD908A;
}
</style>
background-color css
<style>
a { background-color: #CD908A; }
a { background-color: rgb(205,144,138); }
div.DivClassName
{
background-color: #CD908A;
}
.BgClassName
{
background-color: #CD908A;
}
</style>
border-color css
<style>
span { border-color: #CD908A; }
span { border-color: rgb(205,144,138); }
td.TdClassName
{
border-color: #CD908A;
}
.TagClassName
{
border-color: #CD908A;
}
</style>