Html Css Color HEX #C3C079 Pine Glade

📋 copy color: '#C3C079'

red 195 ◦ green 192 ◦ blue 121

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

Shades of Pine Glade #C3C079

Tints of Pine Glade #C3C079

RGB

 RED value IS 195 (76.56% from 255) = 38.39%

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

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

R = 38.39%
G = 37.8%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C3C079 (or 0xC3C079) is known color: Pine Glade. HEX triplet: C3, C0 and 79. RGB value is (195,192,121). Sum of RGB (Red+Green+Blue) = 195+192+121=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C079 is #3C3F86. Grayscale: #B9B9B9. Windows color (decimal): -3948423 or 7979203. OLE color: 7979203.

HSL color Cylindrical-coordinate representation of color #C3C079: hue angle of 57.57º degrees, saturation: 0.38, 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 #C3C079 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 192 121 -
CMYK 0 0.02 0.38 0.24
HSL 57.57º 0.38% 0.62% -
HSV(B) 57.57º 0.38% 0.76% -
XYZ 44.81 50.68 25.51 -
YUV 184.8 91.99 135.27 -
System Red Green Blue C M Y K H S L
Decimal 195 192 121 0 0.02 0.38 0.24 57.57 0.38 0.62
Hex C3 C0 79 0 2 26 18 3A 26 3E
Octal 303 300 171 0 2 46 30 72 46 76
Binary 11000011 11000000 1111001 0 10 100110 11000 111010 100110 111110

Color Harmonies of #C3C079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C079

Black with #C3C079

Text Example


Text Example

White with #C3C079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C079; }

 p { color: rgb(195,192,121); }

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

background-color css

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

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

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

border-color css

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

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

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