Html Css Color HEX #C2C07E Pine Glade

📋 copy color: '#C2C07E'

red 194 ◦ green 192 ◦ blue 126

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

Shades of Pine Glade #C2C07E

Tints of Pine Glade #C2C07E

RGB

 RED value IS 194 (76.17% from 255) = 37.89%

 GREEN value IS 192 (75.39% from 255) = 37.5%

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

R = 37.89%
G = 37.5%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2C07E (or 0xC2C07E) is known color: Pine Glade. HEX triplet: C2, C0 and 7E. RGB value is (194,192,126). Sum of RGB (Red+Green+Blue) = 194+192+126=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C07E is #3D3F81. Grayscale: #B9B9B9. Windows color (decimal): -4013954 or 8306882. OLE color: 8306882.

HSL color Cylindrical-coordinate representation of color #C2C07E: hue angle of 58.24º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2C07E is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 192 126 -
CMYK 0 0.01 0.35 0.24
HSL 58.24º 0.36% 0.63% -
HSV(B) 58.24º 0.35% 0.76% -
XYZ 44.86 50.67 27.16 -
YUV 185.07 94.66 134.37 -
System Red Green Blue C M Y K H S L
Decimal 194 192 126 0 0.01 0.35 0.24 58.24 0.36 0.63
Hex C2 C0 7E 0 1 23 18 3A 24 3F
Octal 302 300 176 0 1 43 30 72 44 77
Binary 11000010 11000000 1111110 0 1 100011 11000 111010 100100 111111

Color Harmonies of #C2C07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C07E

Black with #C2C07E

Text Example


Text Example

White with #C2C07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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