#C79186

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

Shades of Oriental Pink #C79186

Tints of Oriental Pink #C79186

Color information

#C79186 (or 0xC79186) is unknown color: approx Oriental Pink. HEX triplet: C7, 91 and 86. RGB value is (199,145,134). Sum of RGB (Red+Green+Blue) = 199+145+134=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C79186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79186 is #386E79. Grayscale: #9F9F9F. Windows color (decimal): -3698298 or 8819143. OLE color: 8819143.

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

Color convert

RGB199145134-
CMYK00.270.330.22
HSL10.15º36.72%65.29%-
HSV(B)10.15º32.66%78.04%-
XYZ37.9834.1127.14-
YUV159.89113.39155.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.63%
GREEN value IS 145 (57.03% from 255) = 30.33%
BLUE value IS 134 (52.73% from 255) = 28.03%
R=41.63%
G=30.33%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914513400.270.330.2210.1536.7265.29
HexC7918601B2116a2541
Octal30722120603341261245101
Binary1100011110010001100001100110111000011011010101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79186; }

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

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

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

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

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

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

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

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