#C79085

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

Shades of Oriental Pink #C79085

Tints of Oriental Pink #C79085

Color information

#C79085 (or 0xC79085) is unknown color: approx Oriental Pink. HEX triplet: C7, 90 and 85. RGB value is (199,144,133). Sum of RGB (Red+Green+Blue) = 199+144+133=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C79085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79085 is #386F7A. Grayscale: #9F9F9F. Windows color (decimal): -3698555 or 8753351. OLE color: 8753351.

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

Color convert

RGB199144133-
CMYK00.280.330.22
HSL10º37.08%65.1%-
HSV(B)10º33.17%78.04%-
XYZ37.7633.7826.72-
YUV159.19113.22156.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.81%
GREEN value IS 144 (56.64% from 255) = 30.25%
BLUE value IS 133 (52.34% from 255) = 27.94%
R=41.81%
G=30.25%
B=27.94%

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
Decimal19914413300.280.330.221037.0865.1
HexC7908501C2116a2541
Octal30722020503441261245101
Binary1100011110010000100001010111001000011011010101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79085; }

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

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

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

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

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

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

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

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