Html Css Color HEX #C2C07D Pine Glade

📋 copy color: '#C2C07D'

red 194 ◦ green 192 ◦ blue 125

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

Shades of Pine Glade #C2C07D

Tints of Pine Glade #C2C07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.46%

R = 37.96%
G = 37.57%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2C07D (or 0xC2C07D) is known color: Pine Glade. HEX triplet: C2, C0 and 7D. RGB value is (194,192,125). Sum of RGB (Red+Green+Blue) = 194+192+125=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C07D is #3D3F82. Grayscale: #B9B9B9. Windows color (decimal): -4013955 or 8241346. OLE color: 8241346.

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

Color convert

RGB 194 192 125 -
CMYK 0 0.01 0.36 0.24
HSL 58.26º 0.36% 0.63% -
HSV(B) 58.26º 0.36% 0.76% -
XYZ 44.8 50.65 26.82 -
YUV 184.96 94.16 134.45 -
System Red Green Blue C M Y K H S L
Decimal 194 192 125 0 0.01 0.36 0.24 58.26 0.36 0.63
Hex C2 C0 7D 0 1 24 18 3A 24 3F
Octal 302 300 175 0 1 44 30 72 44 77
Binary 11000010 11000000 1111101 0 1 100100 11000 111010 100100 111111

Color Harmonies of #C2C07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C07D

Black with #C2C07D

Text Example


Text Example

White with #C2C07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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