#CF8E8C

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

Shades of Oriental Pink #CF8E8C

Tints of Oriental Pink #CF8E8C

Color information

#CF8E8C (or 0xCF8E8C) is unknown color: approx Oriental Pink. HEX triplet: CF, 8E and 8C. RGB value is (207,142,140). Sum of RGB (Red+Green+Blue) = 207+142+140=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8E8C is #307173. Grayscale: #A1A1A1. Windows color (decimal): -3174772 or 9211599. OLE color: 9211599.

HSL color Cylindrical-coordinate representation of color #CF8E8C: hue angle of 1.79º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF8E8C is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB207142140-
CMYK00.310.320.19
HSL1.79º41.1%68.04%-
HSV(B)1.79º32.37%81.18%-
XYZ40.1434.529.36-
YUV161.21116.03160.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.33%
GREEN value IS 142 (55.86% from 255) = 29.04%
BLUE value IS 140 (55.08% from 255) = 28.63%
R=42.33%
G=29.04%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714214000.310.320.191.7941.168.04
HexCF8E8C01F201322944
Octal3172162140374023251104
Binary11001111100011101000110001111110000010011101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8E8C; }

 p { color: rgb(207,142,140); }

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

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

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

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

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

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

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