#C78D8B

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

Shades of Oriental Pink #C78D8B

Tints of Oriental Pink #C78D8B

Color information

#C78D8B (or 0xC78D8B) is unknown color: approx Oriental Pink. HEX triplet: C7, 8D and 8B. RGB value is (199,141,139). Sum of RGB (Red+Green+Blue) = 199+141+139=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78D8B is #387274. Grayscale: #9E9E9E. Windows color (decimal): -3699317 or 9145799. OLE color: 9145799.

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

Color convert

RGB199141139-
CMYK00.290.300.22
HSL34.88%66.27%-
HSV(B)30.15%78.04%-
XYZ37.7433.0628.82-
YUV158.11117.22157.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.54%
GREEN value IS 141 (55.47% from 255) = 29.44%
BLUE value IS 139 (54.69% from 255) = 29.02%
R=41.54%
G=29.44%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914113900.290.300.22234.8866.27
HexC78D8B01D1E1622342
Octal3072152130353626243102
Binary1100011110001101100010110111011111010110101000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78D8B; }

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

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

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

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

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

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

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

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