#CC8E8D

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

Shades of Oriental Pink #CC8E8D

Tints of Oriental Pink #CC8E8D

Color information

#CC8E8D (or 0xCC8E8D) is unknown color: approx Oriental Pink. HEX triplet: CC, 8E and 8D. RGB value is (204,142,141). Sum of RGB (Red+Green+Blue) = 204+142+141=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8E8D is #337172. Grayscale: #A0A0A0. Windows color (decimal): -3371379 or 9277132. OLE color: 9277132.

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

Color convert

RGB204142141-
CMYK00.300.310.2
HSL0.95º38.18%67.65%-
HSV(B)0.95º30.88%80%-
XYZ39.3834.1129.71-
YUV160.42117.04159.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 142 (55.86% from 255) = 29.16%
BLUE value IS 141 (55.47% from 255) = 28.95%
R=41.89%
G=29.16%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414214100.300.310.20.9538.1867.65
HexCC8E8D01E1F1412644
Octal3142162150363724146104
Binary110011001000111010001101011110111111010011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8E8D; }

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

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

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

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

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

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

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

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