Html Css Color HEX #C2C076 Pine Glade

📋 copy color: '#C2C076'

red 194 ◦ green 192 ◦ blue 118

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

Shades of Pine Glade #C2C076

Tints of Pine Glade #C2C076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.41%

R = 38.49%
G = 38.1%
B = 23.41%

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

#C2C076 (or 0xC2C076) is known color: Pine Glade. HEX triplet: C2, C0 and 76. RGB value is (194,192,118). Sum of RGB (Red+Green+Blue) = 194+192+118=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C076 is #3D3F89. Grayscale: #B8B8B8. Windows color (decimal): -4013962 or 7782594. OLE color: 7782594.

HSL color Cylindrical-coordinate representation of color #C2C076: hue angle of 58.42º 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 #C2C076 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 192 118 -
CMYK 0 0.01 0.39 0.24
HSL 58.42º 0.38% 0.61% -
HSV(B) 58.42º 0.39% 0.76% -
XYZ 44.37 50.48 24.54 -
YUV 184.16 90.66 135.02 -
System Red Green Blue C M Y K H S L
Decimal 194 192 118 0 0.01 0.39 0.24 58.42 0.38 0.61
Hex C2 C0 76 0 1 27 18 3A 26 3D
Octal 302 300 166 0 1 47 30 72 46 75
Binary 11000010 11000000 1110110 0 1 100111 11000 111010 100110 111101

Color Harmonies of #C2C076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C076

Black with #C2C076

Text Example


Text Example

White with #C2C076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C076; }

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

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

background-color css

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

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

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

border-color css

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

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

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