#C88982

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

Shades of Oriental Pink #C88982

Tints of Oriental Pink #C88982

Color information

#C88982 (or 0xC88982) is unknown color: approx Oriental Pink. HEX triplet: C8, 89 and 82. RGB value is (200,137,130). Sum of RGB (Red+Green+Blue) = 200+137+130=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C88982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88982 is #37767D. Grayscale: #9B9B9B. Windows color (decimal): -3634814 or 8554952. OLE color: 8554952.

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

Color convert

RGB200137130-
CMYK00.320.350.22
HSL38.89%64.71%-
HSV(B)35%78.43%-
XYZ36.7931.7825.31-
YUV155.04113.87160.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 137 (53.91% from 255) = 29.34%
BLUE value IS 130 (51.17% from 255) = 27.84%
R=42.83%
G=29.34%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013713000.320.350.22638.8964.71
HexC88982020231662741
Octal3102112020404326647101
Binary1100100010001001100000100100000100011101101101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88982; }

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

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

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

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

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

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

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

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