Html Css Color HEX #C1C080 Pine Glade

📋 copy color: '#C1C080'

red 193 ◦ green 192 ◦ blue 128

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

Shades of Pine Glade #C1C080

Tints of Pine Glade #C1C080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.95%

R = 37.62%
G = 37.43%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1C080 (or 0xC1C080) is known color: Pine Glade. HEX triplet: C1, C0 and 80. RGB value is (193,192,128). Sum of RGB (Red+Green+Blue) = 193+192+128=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C080 is #3E3F7F. Grayscale: #B9B9B9. Windows color (decimal): -4079488 or 8437953. OLE color: 8437953.

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

Color convert

RGB 193 192 128 -
CMYK 0 0.01 0.34 0.24
HSL 59.08º 0.34% 0.63% -
HSV(B) 59.08º 0.34% 0.76% -
XYZ 44.74 50.6 27.83 -
YUV 185 95.83 133.7 -
System Red Green Blue C M Y K H S L
Decimal 193 192 128 0 0.01 0.34 0.24 59.08 0.34 0.63
Hex C1 C0 80 0 1 22 18 3B 22 3F
Octal 301 300 200 0 1 42 30 73 42 77
Binary 11000001 11000000 10000000 0 1 100010 11000 111011 100010 111111

Color Harmonies of #C1C080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C080

Black with #C1C080

Text Example


Text Example

White with #C1C080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C080; }

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

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

background-color css

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

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

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

border-color css

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

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

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