Html Css Color HEX #C3C178 Pine Glade

📋 copy color: '#C3C178'

red 195 ◦ green 193 ◦ blue 120

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

Shades of Pine Glade #C3C178

Tints of Pine Glade #C3C178

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.99%

 BLUE value IS 120 (47.27% from 255) = 23.62%

R = 38.39%
G = 37.99%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C3C178 (or 0xC3C178) is known color: Pine Glade. HEX triplet: C3, C1 and 78. RGB value is (195,193,120). Sum of RGB (Red+Green+Blue) = 195+193+120=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C178 is #3C3E87. Grayscale: #B9B9B9. Windows color (decimal): -3948168 or 7913923. OLE color: 7913923.

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

Color convert

RGB 195 193 120 -
CMYK 0 0.01 0.38 0.24
HSL 58.4º 0.38% 0.62% -
HSV(B) 58.4º 0.38% 0.76% -
XYZ 44.97 51.1 25.26 -
YUV 185.28 91.16 134.94 -
System Red Green Blue C M Y K H S L
Decimal 195 193 120 0 0.01 0.38 0.24 58.4 0.38 0.62
Hex C3 C1 78 0 1 26 18 3A 26 3E
Octal 303 301 170 0 1 46 30 72 46 76
Binary 11000011 11000001 1111000 0 1 100110 11000 111010 100110 111110

Color Harmonies of #C3C178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C178

Black with #C3C178

Text Example


Text Example

White with #C3C178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C178; }

 p { color: rgb(195,193,120); }

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

background-color css

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

 a { background-color: rgb(195,193,120); }

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

border-color css

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

 span { border-color: rgb(195,193,120); }

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