Shades of Oriental Pink #CD918B
Tints of Oriental Pink #CD918B
RGB
CMYK
RGB Variations
Color information
#CD918B (or 0xCD918B) is known color: Oriental Pink. HEX triplet: CD, 91 and 8B. RGB value is (205,145,139). Sum of RGB (Red+Green+Blue) = 205+145+139=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CD918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD918B is #326E74. Grayscale: #A2A2A2. Windows color (decimal): -3305077 or 9146829. OLE color: 9146829.
HSL color Cylindrical-coordinate representation of color #CD918B: hue angle of 5.45º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD918B is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 145 | 139 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.20 |
| HSL | 5.45º | 0.4% | 0.67% | - |
| HSV(B) | 5.45º | 0.32% | 0.8% | - |
| XYZ | 39.96 | 35.09 | 29.09 | - |
| YUV | 162.26 | 114.88 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 145 | 139 | 0 | 0.29 | 0.32 | 0.20 | 5.45 | 0.4 | 0.67 |
| Hex | CD | 91 | 8B | 0 | 1D | 20 | 14 | 5 | 28 | 43 |
| Octal | 315 | 221 | 213 | 0 | 35 | 40 | 24 | 5 | 50 | 103 |
| Binary | 11001101 | 10010001 | 10001011 | 0 | 11101 | 100000 | 10100 | 101 | 101000 | 1000011 |
Color Harmonies of #CD918B
Complementary color
Monochromatic Colors of #CD918B
Black with #CD918B
Text Example
Text Example
White with #CD918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD918B; }
p { color: rgb(205,145,139); }
H1.HeaderClassName
{
color: #CD918B;
}
.AnyTagClassName
{
color: #CD918B;
}
</style>
background-color css
<style>
a { background-color: #CD918B; }
a { background-color: rgb(205,145,139); }
div.DivClassName
{
background-color: #CD918B;
}
.BgClassName
{
background-color: #CD918B;
}
</style>
border-color css
<style>
span { border-color: #CD918B; }
span { border-color: rgb(205,145,139); }
td.TdClassName
{
border-color: #CD918B;
}
.TagClassName
{
border-color: #CD918B;
}
</style>