#C78C7D

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

Shades of Oriental Pink #C78C7D

Tints of Oriental Pink #C78C7D

Color information

#C78C7D (or 0xC78C7D) is unknown color: approx Oriental Pink. HEX triplet: C7, 8C and 7D. RGB value is (199,140,125). Sum of RGB (Red+Green+Blue) = 199+140+125=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78C7D is #387382. Grayscale: #9C9C9C. Windows color (decimal): -3699587 or 8228039. OLE color: 8228039.

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

Color convert

RGB199140125-
CMYK00.300.370.22
HSL12.16º39.78%63.53%-
HSV(B)12.16º37.19%78.04%-
XYZ36.6332.3823.72-
YUV155.93110.55158.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.89%
GREEN value IS 140 (55.08% from 255) = 30.17%
BLUE value IS 125 (49.22% from 255) = 26.94%
R=42.89%
G=30.17%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914012500.300.370.2212.1639.7863.53
HexC78C7D01E2516c2840
Octal30721417503645261450100
Binary110001111000110011111010111101001011011011001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78C7D; }

 p { color: rgb(199,140,125); }

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

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

 a { background-color: rgb(199,140,125); }

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

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

 span { border-color: rgb(199,140,125); }

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