#C79086

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

Shades of Oriental Pink #C79086

Tints of Oriental Pink #C79086

Color information

#C79086 (or 0xC79086) is unknown color: approx Oriental Pink. HEX triplet: C7, 90 and 86. RGB value is (199,144,134). Sum of RGB (Red+Green+Blue) = 199+144+134=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C79086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79086 is #386F79. Grayscale: #9F9F9F. Windows color (decimal): -3698554 or 8818887. OLE color: 8818887.

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

Color convert

RGB199144134-
CMYK00.280.330.22
HSL9.23º36.72%65.29%-
HSV(B)9.23º32.66%78.04%-
XYZ37.8333.8127.09-
YUV159.3113.72156.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.72%
GREEN value IS 144 (56.64% from 255) = 30.19%
BLUE value IS 134 (52.73% from 255) = 28.09%
R=41.72%
G=30.19%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914413400.280.330.229.2336.7265.29
HexC7908601C211692541
Octal30722020603441261145101
Binary1100011110010000100001100111001000011011010011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79086; }

 p { color: rgb(199,144,134); }

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

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

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

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

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

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

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