#C78988

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

Shades of Oriental Pink #C78988

Tints of Oriental Pink #C78988

Color information

#C78988 (or 0xC78988) is unknown color: approx Oriental Pink. HEX triplet: C7, 89 and 88. RGB value is (199,137,136). Sum of RGB (Red+Green+Blue) = 199+137+136=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C78988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78988 is #387677. Grayscale: #9B9B9B. Windows color (decimal): -3700344 or 8948167. OLE color: 8948167.

HSL color Cylindrical-coordinate representation of color #C78988: hue angle of 0.95º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C78988 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB199137136-
CMYK00.310.320.22
HSL0.95º36%65.69%-
HSV(B)0.95º31.66%78.04%-
XYZ36.9431.8127.49-
YUV155.42117.04159.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.16%
GREEN value IS 137 (53.91% from 255) = 29.03%
BLUE value IS 136 (53.52% from 255) = 28.81%
R=42.16%
G=29.03%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913713600.310.320.220.953665.69
HexC7898801F201612442
Octal3072112100374026144102
Binary1100011110001001100010000111111000001011011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78988; }

 p { color: rgb(199,137,136); }

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

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

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

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

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

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

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