Shades of Oriental Pink #CC9291
Tints of Oriental Pink #CC9291
RGB
CMYK
RGB Variations
Color information
#CC9291 (or 0xCC9291) is known color: Oriental Pink. HEX triplet: CC, 92 and 91. RGB value is (204,146,145). Sum of RGB (Red+Green+Blue) = 204+146+145=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9291 is #336D6E. Grayscale: #A3A3A3. Windows color (decimal): -3370351 or 9540300. OLE color: 9540300.
HSL color Cylindrical-coordinate representation of color #CC9291: hue angle of 1.02º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC9291 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 145 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.2 |
| HSL | 1.02º | 0.37% | 0.68% | - |
| HSV(B) | 1.02º | 0.29% | 0.8% | - |
| XYZ | 40.29 | 35.44 | 31.5 | - |
| YUV | 163.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 145 | 0 | 0.28 | 0.29 | 0.2 | 1.02 | 0.37 | 0.68 |
| Hex | CC | 92 | 91 | 0 | 1C | 1D | 14 | 1 | 25 | 44 |
| Octal | 314 | 222 | 221 | 0 | 34 | 35 | 24 | 1 | 45 | 104 |
| Binary | 11001100 | 10010010 | 10010001 | 0 | 11100 | 11101 | 10100 | 1 | 100101 | 1000100 |
Color Harmonies of #CC9291
Complementary color
Monochromatic Colors of #CC9291
Black with #CC9291
Text Example
Text Example
White with #CC9291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9291; }
p { color: rgb(204,146,145); }
H1.HeaderClassName
{
color: #CC9291;
}
.AnyTagClassName
{
color: #CC9291;
}
</style>
background-color css
<style>
a { background-color: #CC9291; }
a { background-color: rgb(204,146,145); }
div.DivClassName
{
background-color: #CC9291;
}
.BgClassName
{
background-color: #CC9291;
}
</style>
border-color css
<style>
span { border-color: #CC9291; }
span { border-color: rgb(204,146,145); }
td.TdClassName
{
border-color: #CC9291;
}
.TagClassName
{
border-color: #CC9291;
}
</style>