#C88A82

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

Shades of Oriental Pink #C88A82

Tints of Oriental Pink #C88A82

Color information

#C88A82 (or 0xC88A82) is unknown color: approx Oriental Pink. HEX triplet: C8, 8A and 82. RGB value is (200,138,130). Sum of RGB (Red+Green+Blue) = 200+138+130=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88A82 is #37757D. Grayscale: #9B9B9B. Windows color (decimal): -3634558 or 8555208. OLE color: 8555208.

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

Color convert

RGB200138130-
CMYK00.310.350.22
HSL6.86º38.89%64.71%-
HSV(B)6.86º35%78.43%-
XYZ36.9432.0725.36-
YUV155.63113.54159.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.74%
GREEN value IS 138 (54.30% from 255) = 29.49%
BLUE value IS 130 (51.17% from 255) = 27.78%
R=42.74%
G=29.49%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013813000.310.350.226.8638.8964.71
HexC88A8201F231672741
Octal3102122020374326747101
Binary110010001000101010000010011111100011101101111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88A82; }

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

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

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

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

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

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

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

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