Html Css Color HEX #C1C07E Pine Glade

📋 copy color: '#C1C07E'

red 193 ◦ green 192 ◦ blue 126

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

Shades of Pine Glade #C1C07E

Tints of Pine Glade #C1C07E

RGB

 RED value IS 193 (75.78% from 255) = 37.77%

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

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

R = 37.77%
G = 37.57%
B = 24.66%

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

#C1C07E (or 0xC1C07E) is known color: Pine Glade. HEX triplet: C1, C0 and 7E. RGB value is (193,192,126). Sum of RGB (Red+Green+Blue) = 193+192+126=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C07E is #3E3F81. Grayscale: #B9B9B9. Windows color (decimal): -4079490 or 8306881. OLE color: 8306881.

HSL color Cylindrical-coordinate representation of color #C1C07E: hue angle of 59.1º degrees, saturation: 0.35, 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 #C1C07E is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 192 126 -
CMYK 0 0.01 0.35 0.24
HSL 59.1º 0.35% 0.63% -
HSV(B) 59.1º 0.35% 0.76% -
XYZ 44.61 50.54 27.14 -
YUV 184.78 94.83 133.87 -
System Red Green Blue C M Y K H S L
Decimal 193 192 126 0 0.01 0.35 0.24 59.1 0.35 0.63
Hex C1 C0 7E 0 1 23 18 3B 23 3F
Octal 301 300 176 0 1 43 30 73 43 77
Binary 11000001 11000000 1111110 0 1 100011 11000 111011 100011 111111

Color Harmonies of #C1C07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C07E

Black with #C1C07E

Text Example


Text Example

White with #C1C07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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