#CC8E8E

Color #CC8E8E Oriental Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oriental Pink #CC8E8E

Tints of Oriental Pink #CC8E8E

Color information

#CC8E8E (or 0xCC8E8E) is unknown color: approx Oriental Pink. HEX triplet: CC, 8E and 8E. RGB value is (204,142,142). Sum of RGB (Red+Green+Blue) = 204+142+142=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8E8E is #337171. Grayscale: #A0A0A0. Windows color (decimal): -3371378 or 9342668. OLE color: 9342668.

HSL color Cylindrical-coordinate representation of color #CC8E8E: hue angle of 0º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC8E8E is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB204142142-
CMYK00.300.300.2
HSL37.8%67.84%-
HSV(B)30.39%80%-
XYZ39.4634.1430.1-
YUV160.54117.54159-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 142 (55.86% from 255) = 29.10%
BLUE value IS 142 (55.86% from 255) = 29.10%
R=41.80%
G=29.10%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414214200.300.300.2037.867.84
HexCC8E8E01E1E1402644
Octal3142162160363624046104
Binary110011001000111010001110011110111101010001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8E8E; }

 p { color: rgb(204,142,142); }

 H1.HeaderClassName
 {
   color: #CC8E8E;
 }
 .AnyTagClassName
 {
   color: #CC8E8E;
 }
</style>
background-color css

<style>
 a { background-color: #CC8E8E; }

 a { background-color: rgb(204,142,142); }

 div.DivClassName
 {
   background-color: #CC8E8E;
 }
 .BgClassName
 {
   background-color: #CC8E8E;
 }
</style>
border-color css

<style>
 span { border-color: #CC8E8E; }

 span { border-color: rgb(204,142,142); }

 td.TdClassName
 {
   border-color: #CC8E8E;
 }
 .TagClassName
 {
   border-color: #CC8E8E;
 }
</style>