Shades of Oriental Pink #CC8885
Tints of Oriental Pink #CC8885
RGB
CMYK
RGB Variations
Color information
#CC8885 (or 0xCC8885) is known color: Oriental Pink. HEX triplet: CC, 88 and 85. RGB value is (204,136,133). Sum of RGB (Red+Green+Blue) = 204+136+133=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8885 is #33777A. Grayscale: #9C9C9C. Windows color (decimal): -3372923 or 8751308. OLE color: 8751308.
HSL color Cylindrical-coordinate representation of color #CC8885: hue angle of 2.54º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC8885 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 133 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.2 |
| HSL | 2.54º | 0.41% | 0.66% | - |
| HSV(B) | 2.54º | 0.35% | 0.8% | - |
| XYZ | 37.94 | 32.14 | 26.39 | - |
| YUV | 155.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 133 | 0 | 0.33 | 0.35 | 0.2 | 2.54 | 0.41 | 0.66 |
| Hex | CC | 88 | 85 | 0 | 21 | 23 | 14 | 3 | 29 | 42 |
| Octal | 314 | 210 | 205 | 0 | 41 | 43 | 24 | 3 | 51 | 102 |
| Binary | 11001100 | 10001000 | 10000101 | 0 | 100001 | 100011 | 10100 | 11 | 101001 | 1000010 |
Color Harmonies of #CC8885
Complementary color
Monochromatic Colors of #CC8885
Black with #CC8885
Text Example
Text Example
White with #CC8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8885; }
p { color: rgb(204,136,133); }
H1.HeaderClassName
{
color: #CC8885;
}
.AnyTagClassName
{
color: #CC8885;
}
</style>
background-color css
<style>
a { background-color: #CC8885; }
a { background-color: rgb(204,136,133); }
div.DivClassName
{
background-color: #CC8885;
}
.BgClassName
{
background-color: #CC8885;
}
</style>
border-color css
<style>
span { border-color: #CC8885; }
span { border-color: rgb(204,136,133); }
td.TdClassName
{
border-color: #CC8885;
}
.TagClassName
{
border-color: #CC8885;
}
</style>