Shades of Oriental Pink #CC918A
Tints of Oriental Pink #CC918A
RGB
CMYK
RGB Variations
Color information
#CC918A (or 0xCC918A) is known color: Oriental Pink. HEX triplet: CC, 91 and 8A. RGB value is (204,145,138). Sum of RGB (Red+Green+Blue) = 204+145+138=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC918A is #336E75. Grayscale: #A1A1A1. Windows color (decimal): -3370614 or 9081292. OLE color: 9081292.
HSL color Cylindrical-coordinate representation of color #CC918A: hue angle of 6.36º degrees, saturation: 0.39, 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 #CC918A is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 138 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.2 |
| HSL | 6.36º | 0.39% | 0.67% | - |
| HSV(B) | 6.36º | 0.32% | 0.8% | - |
| XYZ | 39.61 | 34.92 | 28.7 | - |
| YUV | 161.84 | 114.55 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 138 | 0 | 0.29 | 0.32 | 0.2 | 6.36 | 0.39 | 0.67 |
| Hex | CC | 91 | 8A | 0 | 1D | 20 | 14 | 6 | 27 | 43 |
| Octal | 314 | 221 | 212 | 0 | 35 | 40 | 24 | 6 | 47 | 103 |
| Binary | 11001100 | 10010001 | 10001010 | 0 | 11101 | 100000 | 10100 | 110 | 100111 | 1000011 |
Color Harmonies of #CC918A
Complementary color
Monochromatic Colors of #CC918A
Black with #CC918A
Text Example
Text Example
White with #CC918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC918A; }
p { color: rgb(204,145,138); }
H1.HeaderClassName
{
color: #CC918A;
}
.AnyTagClassName
{
color: #CC918A;
}
</style>
background-color css
<style>
a { background-color: #CC918A; }
a { background-color: rgb(204,145,138); }
div.DivClassName
{
background-color: #CC918A;
}
.BgClassName
{
background-color: #CC918A;
}
</style>
border-color css
<style>
span { border-color: #CC918A; }
span { border-color: rgb(204,145,138); }
td.TdClassName
{
border-color: #CC918A;
}
.TagClassName
{
border-color: #CC918A;
}
</style>