Html Css Color HEX #C79286 Oriental Pink

📋 copy color: '#C79286'

red 199 ◦ green 146 ◦ blue 134

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

Shades of Oriental Pink #C79286

Tints of Oriental Pink #C79286

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.48%

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

R = 41.54%
G = 30.48%
B = 27.97%

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

#C79286 (or 0xC79286) is known color: Oriental Pink. HEX triplet: C7, 92 and 86. RGB value is (199,146,134). Sum of RGB (Red+Green+Blue) = 199+146+134=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C79286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79286 is #386D79. Grayscale: #A0A0A0. Windows color (decimal): -3698042 or 8819399. OLE color: 8819399.

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

Color convert

RGB 199 146 134 -
CMYK 0 0.27 0.33 0.22
HSL 11.08º 0.37% 0.65% -
HSV(B) 11.08º 0.33% 0.78% -
XYZ 38.14 34.42 27.19 -
YUV 160.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 199 146 134 0 0.27 0.33 0.22 11.08 0.37 0.65
Hex C7 92 86 0 1B 21 16 B 25 41
Octal 307 222 206 0 33 41 26 13 45 101
Binary 11000111 10010010 10000110 0 11011 100001 10110 1011 100101 1000001

Color Harmonies of #C79286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79286

Black with #C79286

Text Example


Text Example

White with #C79286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79286; }

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

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

background-color css

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

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

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

border-color css

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

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

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