#C79088

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

Shades of Oriental Pink #C79088

Tints of Oriental Pink #C79088

Color information

#C79088 (or 0xC79088) is unknown color: approx Oriental Pink. HEX triplet: C7, 90 and 88. RGB value is (199,144,136). Sum of RGB (Red+Green+Blue) = 199+144+136=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C79088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79088 is #386F77. Grayscale: #9F9F9F. Windows color (decimal): -3698552 or 8949959. OLE color: 8949959.

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

Color convert

RGB199144136-
CMYK00.280.320.22
HSL7.62º36%65.69%-
HSV(B)7.62º31.66%78.04%-
XYZ37.9733.8727.83-
YUV159.53114.72156.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.54%
GREEN value IS 144 (56.64% from 255) = 30.06%
BLUE value IS 136 (53.52% from 255) = 28.39%
R=41.54%
G=30.06%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914413600.280.320.227.623665.69
HexC7908801C201682442
Octal30722021003440261044102
Binary1100011110010000100010000111001000001011010001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79088; }

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

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

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

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

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

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

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

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