Html Css Color HEX #C6C27E Pine Glade

📋 copy color: '#C6C27E'

red 198 ◦ green 194 ◦ blue 126

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

Shades of Pine Glade #C6C27E

Tints of Pine Glade #C6C27E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.45%

 BLUE value IS 126 (49.61% from 255) = 24.32%

R = 38.22%
G = 37.45%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6C27E (or 0xC6C27E) is known color: Pine Glade. HEX triplet: C6, C2 and 7E. RGB value is (198,194,126). Sum of RGB (Red+Green+Blue) = 198+194+126=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C27E is #393D81. Grayscale: #BBBBBB. Windows color (decimal): -3751298 or 8307398. OLE color: 8307398.

HSL color Cylindrical-coordinate representation of color #C6C27E: hue angle of 56.67º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C6C27E is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 194 126 -
CMYK 0 0.02 0.36 0.22
HSL 56.67º 0.39% 0.64% -
HSV(B) 56.67º 0.36% 0.78% -
XYZ 46.35 52.1 27.35 -
YUV 187.44 93.33 135.53 -
System Red Green Blue C M Y K H S L
Decimal 198 194 126 0 0.02 0.36 0.22 56.67 0.39 0.64
Hex C6 C2 7E 0 2 24 16 39 27 40
Octal 306 302 176 0 2 44 26 71 47 100
Binary 11000110 11000010 1111110 0 10 100100 10110 111001 100111 1000000

Color Harmonies of #C6C27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C27E

Black with #C6C27E

Text Example


Text Example

White with #C6C27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C27E; }

 p { color: rgb(198,194,126); }

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

background-color css

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

 a { background-color: rgb(198,194,126); }

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

border-color css

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

 span { border-color: rgb(198,194,126); }

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