#C88382

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

Shades of Oriental Pink #C88382

Tints of Oriental Pink #C88382

Color information

#C88382 (or 0xC88382) is unknown color: approx Oriental Pink. HEX triplet: C8, 83 and 82. RGB value is (200,131,130). Sum of RGB (Red+Green+Blue) = 200+131+130=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C88382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88382 is #377C7D. Grayscale: #979797. Windows color (decimal): -3636350 or 8553416. OLE color: 8553416.

HSL color Cylindrical-coordinate representation of color #C88382: hue angle of 0.86º 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 #C88382 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB200131130-
CMYK00.340.350.22
HSL0.86º38.89%64.71%-
HSV(B)0.86º35%78.43%-
XYZ35.9630.1225.04-
YUV151.52115.86162.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.38%
GREEN value IS 131 (51.56% from 255) = 28.42%
BLUE value IS 130 (51.17% from 255) = 28.20%
R=43.38%
G=28.42%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013113000.340.350.220.8638.8964.71
HexC88382022231612741
Octal3102032020424326147101
Binary11001000100000111000001001000101000111011011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88382; }

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

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

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

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

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

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

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

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