#C79185

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

Shades of Oriental Pink #C79185

Tints of Oriental Pink #C79185

Color information

#C79185 (or 0xC79185) is unknown color: approx Oriental Pink. HEX triplet: C7, 91 and 85. RGB value is (199,145,133). Sum of RGB (Red+Green+Blue) = 199+145+133=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C79185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79185 is #386E7A. Grayscale: #9F9F9F. Windows color (decimal): -3698299 or 8753607. OLE color: 8753607.

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

Color convert

RGB199145133-
CMYK00.270.330.22
HSL10.91º37.08%65.1%-
HSV(B)10.91º33.17%78.04%-
XYZ37.9134.0926.77-
YUV159.78112.89155.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.72%
GREEN value IS 145 (57.03% from 255) = 30.40%
BLUE value IS 133 (52.34% from 255) = 27.88%
R=41.72%
G=30.40%
B=27.88%

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
Decimal19914513300.270.330.2210.9137.0865.1
HexC7918501B2116b2541
Octal30722120503341261345101
Binary1100011110010001100001010110111000011011010111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79185; }

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

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

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

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

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

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

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

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