Html Css Color HEX #C79186 Oriental Pink

📋 copy color: '#C79186'

red 199 ◦ green 145 ◦ blue 134

#C79186
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oriental Pink #C79186

Tints of Oriental Pink #C79186

RGB

 RED value IS 199 (78.13% from 255) = 41.63%

 GREEN value IS 145 (57.03% from 255) = 30.33%

 BLUE value IS 134 (52.73% from 255) = 28.03%

R = 41.63%
G = 30.33%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C79186 (or 0xC79186) is known color: Oriental Pink. HEX triplet: C7, 91 and 86. RGB value is (199,145,134). Sum of RGB (Red+Green+Blue) = 199+145+134=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C79186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79186 is #386E79. Grayscale: #9F9F9F. Windows color (decimal): -3698298 or 8819143. OLE color: 8819143.

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

Color convert

RGB 199 145 134 -
CMYK 0 0.27 0.33 0.22
HSL 10.15º 0.37% 0.65% -
HSV(B) 10.15º 0.33% 0.78% -
XYZ 37.98 34.11 27.14 -
YUV 159.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 199 145 134 0 0.27 0.33 0.22 10.15 0.37 0.65
Hex C7 91 86 0 1B 21 16 A 25 41
Octal 307 221 206 0 33 41 26 12 45 101
Binary 11000111 10010001 10000110 0 11011 100001 10110 1010 100101 1000001

Color Harmonies of #C79186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79186

Black with #C79186

Text Example


Text Example

White with #C79186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79186; }

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

 H1.HeaderClassName
 {
   color: #C79186;
 }
 .AnyTagClassName
 {
   color: #C79186;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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