#C79491

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

Shades of Oriental Pink #C79491

Tints of Oriental Pink #C79491

Color information

#C79491 (or 0xC79491) is unknown color: approx Oriental Pink. HEX triplet: C7, 94 and 91. RGB value is (199,148,145). Sum of RGB (Red+Green+Blue) = 199+148+145=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C79491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79491 is #386B6E. Grayscale: #A2A2A2. Windows color (decimal): -3697519 or 9540807. OLE color: 9540807.

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

Color convert

RGB199148145-
CMYK00.260.270.22
HSL3.33º32.53%67.45%-
HSV(B)3.33º27.14%78.04%-
XYZ39.2535.3731.55-
YUV162.91117.9153.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.45%
GREEN value IS 148 (58.20% from 255) = 30.08%
BLUE value IS 145 (57.03% from 255) = 29.47%
R=40.45%
G=30.08%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914814500.260.270.223.3332.5367.45
HexC7949101A1B1632143
Octal3072242210323326341103
Binary1100011110010100100100010110101101110110111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79491; }

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

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

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

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

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

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

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

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