#C78D82

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

Shades of Oriental Pink #C78D82

Tints of Oriental Pink #C78D82

Color information

#C78D82 (or 0xC78D82) is unknown color: approx Oriental Pink. HEX triplet: C7, 8D and 82. RGB value is (199,141,130). Sum of RGB (Red+Green+Blue) = 199+141+130=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78D82 is #38727D. Grayscale: #9D9D9D. Windows color (decimal): -3699326 or 8555975. OLE color: 8555975.

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

Color convert

RGB199141130-
CMYK00.290.350.22
HSL9.57º38.12%64.51%-
HSV(B)9.57º34.67%78.04%-
XYZ37.1132.825.5-
YUV157.09112.72157.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.34%
GREEN value IS 141 (55.47% from 255) = 30%
BLUE value IS 130 (51.17% from 255) = 27.66%
R=42.34%
G=30%
B=27.66%

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
Decimal19914113000.290.350.229.5738.1264.51
HexC78D8201D2316a2641
Octal30721520203543261246101
Binary1100011110001101100000100111011000111011010101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78D82; }

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

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

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

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

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

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

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

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