#C88682

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

Shades of Oriental Pink #C88682

Tints of Oriental Pink #C88682

Color information

#C88682 (or 0xC88682) is unknown color: approx Oriental Pink. HEX triplet: C8, 86 and 82. RGB value is (200,134,130). Sum of RGB (Red+Green+Blue) = 200+134+130=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C88682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88682 is #37797D. Grayscale: #999999. Windows color (decimal): -3635582 or 8554184. OLE color: 8554184.

HSL color Cylindrical-coordinate representation of color #C88682: hue angle of 3.43º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C88682 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB200134130-
CMYK00.330.350.22
HSL3.43º38.89%64.71%-
HSV(B)3.43º35%78.43%-
XYZ36.3730.9425.17-
YUV153.28114.87161.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 134 (52.73% from 255) = 28.88%
BLUE value IS 130 (51.17% from 255) = 28.02%
R=43.10%
G=28.88%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013413000.330.350.223.4338.8964.71
HexC88682021231632741
Octal3102062020414326347101
Binary110010001000011010000010010000110001110110111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88682; }

 p { color: rgb(200,134,130); }

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

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

 a { background-color: rgb(200,134,130); }

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

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

 span { border-color: rgb(200,134,130); }

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