Shades of Oriental Pink #C29082
Tints of Oriental Pink #C29082
RGB
CMYK
RGB Variations
Color information
#C29082 (or 0xC29082) is known color: Oriental Pink. HEX triplet: C2, 90 and 82. RGB value is (194,144,130). Sum of RGB (Red+Green+Blue) = 194+144+130=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C29082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29082 is #3D6F7D. Grayscale: #9D9D9D. Windows color (decimal): -4026238 or 8556738. OLE color: 8556738.
HSL color Cylindrical-coordinate representation of color #C29082: hue angle of 13.12º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C29082 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 130 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.24 |
| HSL | 13.13º | 0.34% | 0.64% | - |
| HSV(B) | 13.13º | 0.33% | 0.76% | - |
| XYZ | 36.25 | 33.03 | 25.58 | - |
| YUV | 157.35 | 112.57 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 130 | 0 | 0.26 | 0.33 | 0.24 | 13.13 | 0.34 | 0.64 |
| Hex | C2 | 90 | 82 | 0 | 1A | 21 | 18 | D | 22 | 40 |
| Octal | 302 | 220 | 202 | 0 | 32 | 41 | 30 | 15 | 42 | 100 |
| Binary | 11000010 | 10010000 | 10000010 | 0 | 11010 | 100001 | 11000 | 1101 | 100010 | 1000000 |
Color Harmonies of #C29082
Complementary color
Monochromatic Colors of #C29082
Black with #C29082
Text Example
Text Example
White with #C29082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29082; }
p { color: rgb(194,144,130); }
H1.HeaderClassName
{
color: #C29082;
}
.AnyTagClassName
{
color: #C29082;
}
</style>
background-color css
<style>
a { background-color: #C29082; }
a { background-color: rgb(194,144,130); }
div.DivClassName
{
background-color: #C29082;
}
.BgClassName
{
background-color: #C29082;
}
</style>
border-color css
<style>
span { border-color: #C29082; }
span { border-color: rgb(194,144,130); }
td.TdClassName
{
border-color: #C29082;
}
.TagClassName
{
border-color: #C29082;
}
</style>