Html Css Color HEX #C2C279 Pine Glade

📋 copy color: '#C2C279'

red 194 ◦ green 194 ◦ blue 121

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

Shades of Pine Glade #C2C279

Tints of Pine Glade #C2C279

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.11%

 BLUE value IS 121 (47.66% from 255) = 23.77%

R = 38.11%
G = 38.11%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C2C279 (or 0xC2C279) is known color: Pine Glade. HEX triplet: C2, C2 and 79. RGB value is (194,194,121). Sum of RGB (Red+Green+Blue) = 194+194+121=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C279 is #3D3D86. Grayscale: #B9B9B9. Windows color (decimal): -4013447 or 7979714. OLE color: 7979714.

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

Color convert

RGB 194 194 121 -
CMYK 0 0 0.38 0.24
HSL 60º 0.37% 0.62% -
HSV(B) 60º 0.38% 0.76% -
XYZ 44.99 51.43 25.65 -
YUV 185.68 91.5 133.94 -
System Red Green Blue C M Y K H S L
Decimal 194 194 121 0 0 0.38 0.24 60 0.37 0.62
Hex C2 C2 79 0 0 26 18 3C 25 3E
Octal 302 302 171 0 0 46 30 74 45 76
Binary 11000010 11000010 1111001 0 0 100110 11000 111100 100101 111110

Color Harmonies of #C2C279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C279

Black with #C2C279

Text Example


Text Example

White with #C2C279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C279; }

 p { color: rgb(194,194,121); }

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

background-color css

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

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

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

border-color css

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

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

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