#C78B7D

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

Shades of Oriental Pink #C78B7D

Tints of Oriental Pink #C78B7D

Color information

#C78B7D (or 0xC78B7D) is unknown color: approx Oriental Pink. HEX triplet: C7, 8B and 7D. RGB value is (199,139,125). Sum of RGB (Red+Green+Blue) = 199+139+125=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C78B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78B7D is #387482. Grayscale: #9B9B9B. Windows color (decimal): -3699843 or 8227783. OLE color: 8227783.

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

Color convert

RGB199139125-
CMYK00.300.370.22
HSL11.35º39.78%63.53%-
HSV(B)11.35º37.19%78.04%-
XYZ36.4932.0923.67-
YUV155.34110.88159.14-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.98%
GREEN value IS 139 (54.69% from 255) = 30.02%
BLUE value IS 125 (49.22% from 255) = 27.00%
R=42.98%
G=30.02%
B=27.00%

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
Decimal19913912500.300.370.2211.3539.7863.53
HexC78B7D01E2516b2840
Octal30721317503645261350100
Binary110001111000101111111010111101001011011010111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78B7D; }

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

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

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

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

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

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

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

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