#C79692

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

Shades of Oriental Pink #C79692

Tints of Oriental Pink #C79692

Color information

#C79692 (or 0xC79692) is unknown color: approx Oriental Pink. HEX triplet: C7, 96 and 92. RGB value is (199,150,146). Sum of RGB (Red+Green+Blue) = 199+150+146=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 199 - color contains mainly: red. Hex color #C79692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79692 is #38696D. Grayscale: #A4A4A4. Windows color (decimal): -3697006 or 9606855. OLE color: 9606855.

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

Color convert

RGB199150146-
CMYK00.250.270.22
HSL4.53º32.12%67.65%-
HSV(B)4.53º26.63%78.04%-
XYZ39.6536.0332.06-
YUV164.2117.73152.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.20%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 146 (57.42% from 255) = 29.49%
R=40.20%
G=30.30%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915014600.250.270.224.5332.1267.65
HexC796920191B1652044
Octal3072262220313326540104
Binary11000111100101101001001001100111011101101011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79692; }

 p { color: rgb(199,150,146); }

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

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

 a { background-color: rgb(199,150,146); }

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

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

 span { border-color: rgb(199,150,146); }

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