#C79691

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

Shades of Oriental Pink #C79691

Tints of Oriental Pink #C79691

Color information

#C79691 (or 0xC79691) is unknown color: approx Oriental Pink. HEX triplet: C7, 96 and 91. RGB value is (199,150,145). Sum of RGB (Red+Green+Blue) = 199+150+145=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C79691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79691 is #38696E. Grayscale: #A4A4A4. Windows color (decimal): -3697007 or 9541319. OLE color: 9541319.

HSL color Cylindrical-coordinate representation of color #C79691: hue angle of 5.56º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C79691 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB199150145-
CMYK00.250.270.22
HSL5.56º32.53%67.45%-
HSV(B)5.56º27.14%78.04%-
XYZ39.573631.65-
YUV164.08117.23152.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.28%
GREEN value IS 150 (58.98% from 255) = 30.36%
BLUE value IS 145 (57.03% from 255) = 29.35%
R=40.28%
G=30.36%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915014500.250.270.225.5632.5367.45
HexC796910191B1662143
Octal3072262210313326641103
Binary11000111100101101001000101100111011101101101000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79691; }

 p { color: rgb(199,150,145); }

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

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

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

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

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

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

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