#C78B8B

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

Shades of Oriental Pink #C78B8B

Tints of Oriental Pink #C78B8B

Color information

#C78B8B (or 0xC78B8B) is unknown color: approx Oriental Pink. HEX triplet: C7, 8B and 8B. RGB value is (199,139,139). Sum of RGB (Red+Green+Blue) = 199+139+139=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C78B8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78B8B is #387474. Grayscale: #9C9C9C. Windows color (decimal): -3699829 or 9145287. OLE color: 9145287.

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

Color convert

RGB199139139-
CMYK00.300.300.22
HSL34.88%66.27%-
HSV(B)30.15%78.04%-
XYZ37.4532.4728.72-
YUV156.94117.88158-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.72%
GREEN value IS 139 (54.69% from 255) = 29.14%
BLUE value IS 139 (54.69% from 255) = 29.14%
R=41.72%
G=29.14%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913913900.300.300.22034.8866.27
HexC78B8B01E1E1602342
Octal3072132130363626043102
Binary110001111000101110001011011110111101011001000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78B8B; }

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

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

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

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

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

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

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

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