#C78882

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

Shades of Oriental Pink #C78882

Tints of Oriental Pink #C78882

Color information

#C78882 (or 0xC78882) is unknown color: approx Oriental Pink. HEX triplet: C7, 88 and 82. RGB value is (199,136,130). Sum of RGB (Red+Green+Blue) = 199+136+130=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C78882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78882 is #38777D. Grayscale: #9A9A9A. Windows color (decimal): -3700606 or 8554695. OLE color: 8554695.

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

Color convert

RGB199136130-
CMYK00.320.350.22
HSL5.22º38.12%64.51%-
HSV(B)5.22º34.67%78.04%-
XYZ36.3931.3625.25-
YUV154.15114.37159.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.80%
GREEN value IS 136 (53.52% from 255) = 29.25%
BLUE value IS 130 (51.17% from 255) = 27.96%
R=42.80%
G=29.25%
B=27.96%

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
Decimal19913613000.320.350.225.2238.1264.51
HexC78882020231652641
Octal3072102020404326546101
Binary1100011110001000100000100100000100011101101011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78882; }

 p { color: rgb(199,136,130); }

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

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

 a { background-color: rgb(199,136,130); }

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

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

 span { border-color: rgb(199,136,130); }

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