#C88D82

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

Shades of Oriental Pink #C88D82

Tints of Oriental Pink #C88D82

Color information

#C88D82 (or 0xC88D82) is unknown color: approx Oriental Pink. HEX triplet: C8, 8D and 82. RGB value is (200,141,130). Sum of RGB (Red+Green+Blue) = 200+141+130=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88D82 is #37727D. Grayscale: #9D9D9D. Windows color (decimal): -3633790 or 8555976. OLE color: 8555976.

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

Color convert

RGB200141130-
CMYK00.290.350.22
HSL9.43º38.89%64.71%-
HSV(B)9.43º35%78.43%-
XYZ37.3732.9425.51-
YUV157.39112.55158.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 141 (55.47% from 255) = 29.94%
BLUE value IS 130 (51.17% from 255) = 27.60%
R=42.46%
G=29.94%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014113000.290.350.229.4338.8964.71
HexC88D8201D231692741
Octal31021520203543261147101
Binary1100100010001101100000100111011000111011010011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88D82; }

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

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

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

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

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

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

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

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