#C78B8A

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

Shades of Oriental Pink #C78B8A

Tints of Oriental Pink #C78B8A

Color information

#C78B8A (or 0xC78B8A) is unknown color: approx Oriental Pink. HEX triplet: C7, 8B and 8A. RGB value is (199,139,138). Sum of RGB (Red+Green+Blue) = 199+139+138=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C78B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78B8A is #387475. Grayscale: #9C9C9C. Windows color (decimal): -3699830 or 9079751. OLE color: 9079751.

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

Color convert

RGB199139138-
CMYK00.300.310.22
HSL0.98º35.26%66.08%-
HSV(B)0.98º30.65%78.04%-
XYZ37.3732.4428.34-
YUV156.83117.38158.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.81%
GREEN value IS 139 (54.69% from 255) = 29.20%
BLUE value IS 138 (54.30% from 255) = 28.99%
R=41.81%
G=29.20%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913913800.300.310.220.9835.2666.08
HexC78B8A01E1F1612342
Octal3072132120363726143102
Binary110001111000101110001010011110111111011011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78B8A; }

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

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

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

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

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

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

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

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