Shades of Oriental Pink #CC8685
Tints of Oriental Pink #CC8685
RGB
CMYK
RGB Variations
Color information
#CC8685 (or 0xCC8685) is known color: Oriental Pink. HEX triplet: CC, 86 and 85. RGB value is (204,134,133). Sum of RGB (Red+Green+Blue) = 204+134+133=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8685 is #33797A. Grayscale: #9A9A9A. Windows color (decimal): -3373435 or 8750796. OLE color: 8750796.
HSL color Cylindrical-coordinate representation of color #CC8685: hue angle of 0.85º 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 #CC8685 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 133 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.2 |
| HSL | 0.85º | 0.41% | 0.66% | - |
| HSV(B) | 0.85º | 0.35% | 0.8% | - |
| XYZ | 37.66 | 31.58 | 26.3 | - |
| YUV | 154.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 133 | 0 | 0.34 | 0.35 | 0.2 | 0.85 | 0.41 | 0.66 |
| Hex | CC | 86 | 85 | 0 | 22 | 23 | 14 | 1 | 29 | 42 |
| Octal | 314 | 206 | 205 | 0 | 42 | 43 | 24 | 1 | 51 | 102 |
| Binary | 11001100 | 10000110 | 10000101 | 0 | 100010 | 100011 | 10100 | 1 | 101001 | 1000010 |
Color Harmonies of #CC8685
Complementary color
Monochromatic Colors of #CC8685
Black with #CC8685
Text Example
Text Example
White with #CC8685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8685; }
p { color: rgb(204,134,133); }
H1.HeaderClassName
{
color: #CC8685;
}
.AnyTagClassName
{
color: #CC8685;
}
</style>
background-color css
<style>
a { background-color: #CC8685; }
a { background-color: rgb(204,134,133); }
div.DivClassName
{
background-color: #CC8685;
}
.BgClassName
{
background-color: #CC8685;
}
</style>
border-color css
<style>
span { border-color: #CC8685; }
span { border-color: rgb(204,134,133); }
td.TdClassName
{
border-color: #CC8685;
}
.TagClassName
{
border-color: #CC8685;
}
</style>