Html Css Color HEX #C6C175 Pine Glade

📋 copy color: '#C6C175'

red 198 ◦ green 193 ◦ blue 117

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

Shades of Pine Glade #C6C175

Tints of Pine Glade #C6C175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.03%

R = 38.98%
G = 37.99%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C6C175 (or 0xC6C175) is known color: Pine Glade. HEX triplet: C6, C1 and 75. RGB value is (198,193,117). Sum of RGB (Red+Green+Blue) = 198+193+117=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C175 is #393E8A. Grayscale: #BABABA. Windows color (decimal): -3751563 or 7717318. OLE color: 7717318.

HSL color Cylindrical-coordinate representation of color #C6C175: hue angle of 56.3º 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 #C6C175 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 193 117 -
CMYK 0 0.03 0.41 0.22
HSL 56.3º 0.42% 0.62% -
HSV(B) 56.3º 0.41% 0.78% -
XYZ 45.57 51.43 24.35 -
YUV 185.83 89.16 136.68 -
System Red Green Blue C M Y K H S L
Decimal 198 193 117 0 0.03 0.41 0.22 56.3 0.42 0.62
Hex C6 C1 75 0 3 29 16 38 2A 3E
Octal 306 301 165 0 3 51 26 70 52 76
Binary 11000110 11000001 1110101 0 11 101001 10110 111000 101010 111110

Color Harmonies of #C6C175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C175

Black with #C6C175

Text Example


Text Example

White with #C6C175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C175; }

 p { color: rgb(198,193,117); }

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

background-color css

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

 a { background-color: rgb(198,193,117); }

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

border-color css

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

 span { border-color: rgb(198,193,117); }

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