Html Css Color HEX #C6C474 Pine Glade

📋 copy color: '#C6C474'

red 198 ◦ green 196 ◦ blue 116

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

Shades of Pine Glade #C6C474

Tints of Pine Glade #C6C474

RGB

 RED value IS 198 (77.73% from 255) = 38.82%

 GREEN value IS 196 (76.95% from 255) = 38.43%

 BLUE value IS 116 (45.7% from 255) = 22.75%

R = 38.82%
G = 38.43%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C6C474 (or 0xC6C474) is known color: Pine Glade. HEX triplet: C6, C4 and 74. RGB value is (198,196,116). Sum of RGB (Red+Green+Blue) = 198+196+116=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C474 is #393B8B. Grayscale: #BBBBBB. Windows color (decimal): -3750796 or 7652550. OLE color: 7652550.

HSL color Cylindrical-coordinate representation of color #C6C474: hue angle of 58.54º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6C474 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 196 116 -
CMYK 0 0.01 0.41 0.22
HSL 58.54º 0.42% 0.62% -
HSV(B) 58.54º 0.41% 0.78% -
XYZ 46.18 52.75 24.27 -
YUV 187.48 87.66 135.5 -
System Red Green Blue C M Y K H S L
Decimal 198 196 116 0 0.01 0.41 0.22 58.54 0.42 0.62
Hex C6 C4 74 0 1 29 16 3B 2A 3E
Octal 306 304 164 0 1 51 26 73 52 76
Binary 11000110 11000100 1110100 0 1 101001 10110 111011 101010 111110

Color Harmonies of #C6C474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C474

Black with #C6C474

Text Example


Text Example

White with #C6C474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C474; }

 p { color: rgb(198,196,116); }

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

background-color css

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

 a { background-color: rgb(198,196,116); }

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

border-color css

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

 span { border-color: rgb(198,196,116); }

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