#C78F8A

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

Shades of Oriental Pink #C78F8A

Tints of Oriental Pink #C78F8A

Color information

#C78F8A (or 0xC78F8A) is unknown color: approx Oriental Pink. HEX triplet: C7, 8F and 8A. RGB value is (199,143,138). Sum of RGB (Red+Green+Blue) = 199+143+138=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78F8A is #387075. Grayscale: #9F9F9F. Windows color (decimal): -3698806 or 9080775. OLE color: 9080775.

HSL color Cylindrical-coordinate representation of color #C78F8A: hue angle of 4.92º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C78F8A is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB199143138-
CMYK00.280.310.22
HSL4.92º35.26%66.08%-
HSV(B)4.92º30.65%78.04%-
XYZ37.9633.6228.53-
YUV159.17116.05156.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.46%
GREEN value IS 143 (56.25% from 255) = 29.79%
BLUE value IS 138 (54.30% from 255) = 28.75%
R=41.46%
G=29.79%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914313800.280.310.224.9235.2666.08
HexC78F8A01C1F1652342
Octal3072172120343726543102
Binary11000111100011111000101001110011111101101011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78F8A; }

 p { color: rgb(199,143,138); }

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

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

 a { background-color: rgb(199,143,138); }

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

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

 span { border-color: rgb(199,143,138); }

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