#C79389

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

Shades of Oriental Pink #C79389

Tints of Oriental Pink #C79389

Color information

#C79389 (or 0xC79389) is unknown color: approx Oriental Pink. HEX triplet: C7, 93 and 89. RGB value is (199,147,137). Sum of RGB (Red+Green+Blue) = 199+147+137=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C79389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79389 is #386C76. Grayscale: #A1A1A1. Windows color (decimal): -3697783 or 9016263. OLE color: 9016263.

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

Color convert

RGB199147137-
CMYK00.260.310.22
HSL9.68º35.63%65.88%-
HSV(B)9.68º31.16%78.04%-
XYZ38.534.8228.36-
YUV161.41114.23154.81-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.20%
GREEN value IS 147 (57.81% from 255) = 30.43%
BLUE value IS 137 (53.91% from 255) = 28.36%
R=41.20%
G=30.43%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914713700.260.310.229.6835.6365.88
HexC7938901A1F16a2442
Octal30722321103237261244102
Binary110001111001001110001001011010111111011010101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79389; }

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

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

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

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

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

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

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

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