Html Css Color HEX #C1C083 Pine Glade

📋 copy color: '#C1C083'

red 193 ◦ green 192 ◦ blue 131

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

Shades of Pine Glade #C1C083

Tints of Pine Glade #C1C083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.39%

R = 37.4%
G = 37.21%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C1C083 (or 0xC1C083) is known color: Pine Glade. HEX triplet: C1, C0 and 83. RGB value is (193,192,131). Sum of RGB (Red+Green+Blue) = 193+192+131=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C083 is #3E3F7C. Grayscale: #B9B9B9. Windows color (decimal): -4079485 or 8634561. OLE color: 8634561.

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

Color convert

RGB 193 192 131 -
CMYK 0 0.01 0.32 0.24
HSL 59.03º 0.33% 0.64% -
HSV(B) 59.03º 0.32% 0.76% -
XYZ 44.94 50.68 28.89 -
YUV 185.35 97.33 133.46 -
System Red Green Blue C M Y K H S L
Decimal 193 192 131 0 0.01 0.32 0.24 59.03 0.33 0.64
Hex C1 C0 83 0 1 20 18 3B 21 40
Octal 301 300 203 0 1 40 30 73 41 100
Binary 11000001 11000000 10000011 0 1 100000 11000 111011 100001 1000000

Color Harmonies of #C1C083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C083

Black with #C1C083

Text Example


Text Example

White with #C1C083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C083; }

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

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

background-color css

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

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

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

border-color css

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

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

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