Html Css Color HEX #C2C077 Pine Glade

📋 copy color: '#C2C077'

red 194 ◦ green 192 ◦ blue 119

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

Shades of Pine Glade #C2C077

Tints of Pine Glade #C2C077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.56%

R = 38.42%
G = 38.02%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C2C077 (or 0xC2C077) is known color: Pine Glade. HEX triplet: C2, C0 and 77. RGB value is (194,192,119). Sum of RGB (Red+Green+Blue) = 194+192+119=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C077 is #3D3F88. Grayscale: #B8B8B8. Windows color (decimal): -4013961 or 7848130. OLE color: 7848130.

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

Color convert

RGB 194 192 119 -
CMYK 0 0.01 0.39 0.24
HSL 58.4º 0.38% 0.61% -
HSV(B) 58.4º 0.39% 0.76% -
XYZ 44.43 50.5 24.86 -
YUV 184.28 91.16 134.94 -
System Red Green Blue C M Y K H S L
Decimal 194 192 119 0 0.01 0.39 0.24 58.4 0.38 0.61
Hex C2 C0 77 0 1 27 18 3A 26 3D
Octal 302 300 167 0 1 47 30 72 46 75
Binary 11000010 11000000 1110111 0 1 100111 11000 111010 100110 111101

Color Harmonies of #C2C077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C077

Black with #C2C077

Text Example


Text Example

White with #C2C077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C077; }

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

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

background-color css

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

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

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

border-color css

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

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

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