Shades of Oriental Pink #CD928A
Tints of Oriental Pink #CD928A
RGB
CMYK
RGB Variations
Color information
#CD928A (or 0xCD928A) is known color: Oriental Pink. HEX triplet: CD, 92 and 8A. RGB value is (205,146,138). Sum of RGB (Red+Green+Blue) = 205+146+138=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CD928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD928A is #326D75. Grayscale: #A2A2A2. Windows color (decimal): -3304822 or 9081549. OLE color: 9081549.
HSL color Cylindrical-coordinate representation of color #CD928A: hue angle of 7.16º 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 #CD928A is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 146 | 138 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.20 |
| HSL | 7.16º | 0.4% | 0.67% | - |
| HSV(B) | 7.16º | 0.33% | 0.8% | - |
| XYZ | 40.04 | 35.37 | 28.76 | - |
| YUV | 162.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 146 | 138 | 0 | 0.29 | 0.33 | 0.20 | 7.16 | 0.4 | 0.67 |
| Hex | CD | 92 | 8A | 0 | 1D | 21 | 14 | 7 | 28 | 43 |
| Octal | 315 | 222 | 212 | 0 | 35 | 41 | 24 | 7 | 50 | 103 |
| Binary | 11001101 | 10010010 | 10001010 | 0 | 11101 | 100001 | 10100 | 111 | 101000 | 1000011 |
Color Harmonies of #CD928A
Complementary color
Monochromatic Colors of #CD928A
Black with #CD928A
Text Example
Text Example
White with #CD928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD928A; }
p { color: rgb(205,146,138); }
H1.HeaderClassName
{
color: #CD928A;
}
.AnyTagClassName
{
color: #CD928A;
}
</style>
background-color css
<style>
a { background-color: #CD928A; }
a { background-color: rgb(205,146,138); }
div.DivClassName
{
background-color: #CD928A;
}
.BgClassName
{
background-color: #CD928A;
}
</style>
border-color css
<style>
span { border-color: #CD928A; }
span { border-color: rgb(205,146,138); }
td.TdClassName
{
border-color: #CD928A;
}
.TagClassName
{
border-color: #CD928A;
}
</style>