#C78D85

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

Shades of Oriental Pink #C78D85

Tints of Oriental Pink #C78D85

Color information

#C78D85 (or 0xC78D85) is unknown color: approx Oriental Pink. HEX triplet: C7, 8D and 85. RGB value is (199,141,133). Sum of RGB (Red+Green+Blue) = 199+141+133=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78D85 is #38727A. Grayscale: #9D9D9D. Windows color (decimal): -3699323 or 8752583. OLE color: 8752583.

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

Color convert

RGB199141133-
CMYK00.290.330.22
HSL7.27º37.08%65.1%-
HSV(B)7.27º33.17%78.04%-
XYZ37.3132.8926.57-
YUV157.43114.22157.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.07%
GREEN value IS 141 (55.47% from 255) = 29.81%
BLUE value IS 133 (52.34% from 255) = 28.12%
R=42.07%
G=29.81%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914113300.290.330.227.2737.0865.1
HexC78D8501D211672541
Octal3072152050354126745101
Binary110001111000110110000101011101100001101101111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78D85; }

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

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

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

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

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

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

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

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