#C78B84

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

Shades of Oriental Pink #C78B84

Tints of Oriental Pink #C78B84

Color information

#C78B84 (or 0xC78B84) is unknown color: approx Oriental Pink. HEX triplet: C7, 8B and 84. RGB value is (199,139,132). Sum of RGB (Red+Green+Blue) = 199+139+132=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C78B84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78B84 is #38747B. Grayscale: #9C9C9C. Windows color (decimal): -3699836 or 8686535. OLE color: 8686535.

HSL color Cylindrical-coordinate representation of color #C78B84: hue angle of 6.27º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C78B84 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB199139132-
CMYK00.300.340.22
HSL6.27º37.43%64.9%-
HSV(B)6.27º33.67%78.04%-
XYZ36.9532.2726.11-
YUV156.14114.38158.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.34%
GREEN value IS 139 (54.69% from 255) = 29.57%
BLUE value IS 132 (51.95% from 255) = 28.09%
R=42.34%
G=29.57%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913913200.300.340.226.2737.4364.9
HexC78B8401E221662541
Octal3072132040364226645101
Binary110001111000101110000100011110100010101101101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78B84; }

 p { color: rgb(199,139,132); }

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

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

 a { background-color: rgb(199,139,132); }

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

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

 span { border-color: rgb(199,139,132); }

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