Html Css Color HEX #C2C086 Pine Glade

📋 copy color: '#C2C086'

red 194 ◦ green 192 ◦ blue 134

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

Shades of Pine Glade #C2C086

Tints of Pine Glade #C2C086

RGB

 RED value IS 194 (76.17% from 255) = 37.31%

 GREEN value IS 192 (75.39% from 255) = 36.92%

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

R = 37.31%
G = 36.92%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C2C086 (or 0xC2C086) is known color: Pine Glade. HEX triplet: C2, C0 and 86. RGB value is (194,192,134). Sum of RGB (Red+Green+Blue) = 194+192+134=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C086 is #3D3F79. Grayscale: #BABABA. Windows color (decimal): -4013946 or 8831170. OLE color: 8831170.

HSL color Cylindrical-coordinate representation of color #C2C086: hue angle of 58º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2C086 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 192 134 -
CMYK 0 0.01 0.31 0.24
HSL 58º 0.33% 0.64% -
HSV(B) 58º 0.31% 0.76% -
XYZ 45.4 50.89 29.98 -
YUV 185.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 194 192 134 0 0.01 0.31 0.24 58 0.33 0.64
Hex C2 C0 86 0 1 1F 18 3A 21 40
Octal 302 300 206 0 1 37 30 72 41 100
Binary 11000010 11000000 10000110 0 1 11111 11000 111010 100001 1000000

Color Harmonies of #C2C086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C086

Black with #C2C086

Text Example


Text Example

White with #C2C086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C086; }

 p { color: rgb(194,192,134); }

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

background-color css

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

 a { background-color: rgb(194,192,134); }

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

border-color css

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

 span { border-color: rgb(194,192,134); }

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