Shades of Oriental Pink #CD8C8B
Tints of Oriental Pink #CD8C8B
RGB
CMYK
RGB Variations
Color information
#CD8C8B (or 0xCD8C8B) is known color: Oriental Pink. HEX triplet: CD, 8C and 8B. RGB value is (205,140,139). Sum of RGB (Red+Green+Blue) = 205+140+139=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8C8B is #327374. Grayscale: #9F9F9F. Windows color (decimal): -3306357 or 9145549. OLE color: 9145549.
HSL color Cylindrical-coordinate representation of color #CD8C8B: hue angle of 0.91º 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 #CD8C8B is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 139 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.20 |
| HSL | 0.91º | 0.4% | 0.67% | - |
| HSV(B) | 0.91º | 0.32% | 0.8% | - |
| XYZ | 39.22 | 33.6 | 28.84 | - |
| YUV | 159.32 | 116.53 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 139 | 0 | 0.32 | 0.32 | 0.20 | 0.91 | 0.4 | 0.67 |
| Hex | CD | 8C | 8B | 0 | 20 | 20 | 14 | 1 | 28 | 43 |
| Octal | 315 | 214 | 213 | 0 | 40 | 40 | 24 | 1 | 50 | 103 |
| Binary | 11001101 | 10001100 | 10001011 | 0 | 100000 | 100000 | 10100 | 1 | 101000 | 1000011 |
Color Harmonies of #CD8C8B
Complementary color
Monochromatic Colors of #CD8C8B
Black with #CD8C8B
Text Example
Text Example
White with #CD8C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C8B; }
p { color: rgb(205,140,139); }
H1.HeaderClassName
{
color: #CD8C8B;
}
.AnyTagClassName
{
color: #CD8C8B;
}
</style>
background-color css
<style>
a { background-color: #CD8C8B; }
a { background-color: rgb(205,140,139); }
div.DivClassName
{
background-color: #CD8C8B;
}
.BgClassName
{
background-color: #CD8C8B;
}
</style>
border-color css
<style>
span { border-color: #CD8C8B; }
span { border-color: rgb(205,140,139); }
td.TdClassName
{
border-color: #CD8C8B;
}
.TagClassName
{
border-color: #CD8C8B;
}
</style>