Html Css Color HEX #C7C178 Pine Glade

📋 copy color: '#C7C178'

red 199 ◦ green 193 ◦ blue 120

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

Shades of Pine Glade #C7C178

Tints of Pine Glade #C7C178

RGB

 RED value IS 199 (78.13% from 255) = 38.87%

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

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

R = 38.87%
G = 37.7%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C7C178 (or 0xC7C178) is known color: Pine Glade. HEX triplet: C7, C1 and 78. RGB value is (199,193,120). Sum of RGB (Red+Green+Blue) = 199+193+120=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C178 is #383E87. Grayscale: #BABABA. Windows color (decimal): -3686024 or 7913927. OLE color: 7913927.

HSL color Cylindrical-coordinate representation of color #C7C178: hue angle of 55.44º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7C178 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 193 120 -
CMYK 0 0.03 0.40 0.22
HSL 55.44º 0.41% 0.63% -
HSV(B) 55.44º 0.4% 0.78% -
XYZ 46.01 51.64 25.31 -
YUV 186.47 90.49 136.94 -
System Red Green Blue C M Y K H S L
Decimal 199 193 120 0 0.03 0.40 0.22 55.44 0.41 0.63
Hex C7 C1 78 0 3 28 16 37 29 3F
Octal 307 301 170 0 3 50 26 67 51 77
Binary 11000111 11000001 1111000 0 11 101000 10110 110111 101001 111111

Color Harmonies of #C7C178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C178

Black with #C7C178

Text Example


Text Example

White with #C7C178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C178; }

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

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

background-color css

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

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

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

border-color css

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

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

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