#CC8D8C

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

Shades of Oriental Pink #CC8D8C

Tints of Oriental Pink #CC8D8C

Color information

#CC8D8C (or 0xCC8D8C) is unknown color: approx Oriental Pink. HEX triplet: CC, 8D and 8C. RGB value is (204,141,140). Sum of RGB (Red+Green+Blue) = 204+141+140=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8D8C is #337273. Grayscale: #9F9F9F. Windows color (decimal): -3371636 or 9211340. OLE color: 9211340.

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

Color convert

RGB204141140-
CMYK00.310.310.2
HSL0.94º38.55%67.45%-
HSV(B)0.94º31.37%80%-
XYZ39.1633.7829.27-
YUV159.72116.87159.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.06%
GREEN value IS 141 (55.47% from 255) = 29.07%
BLUE value IS 140 (55.08% from 255) = 28.87%
R=42.06%
G=29.07%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414114000.310.310.20.9438.5567.45
HexCC8D8C01F1F1412743
Octal3142152140373724147103
Binary110011001000110110001100011111111111010011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8D8C; }

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

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

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

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

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

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

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

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