Html Css Color HEX #C1C076 Pine Glade

📋 copy color: '#C1C076'

red 193 ◦ green 192 ◦ blue 118

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

Shades of Pine Glade #C1C076

Tints of Pine Glade #C1C076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.46%

R = 38.37%
G = 38.17%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C1C076 (or 0xC1C076) is known color: Pine Glade. HEX triplet: C1, C0 and 76. RGB value is (193,192,118). Sum of RGB (Red+Green+Blue) = 193+192+118=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C076 is #3E3F89. Grayscale: #B8B8B8. Windows color (decimal): -4079498 or 7782593. OLE color: 7782593.

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

Color convert

RGB 193 192 118 -
CMYK 0 0.01 0.39 0.24
HSL 59.2º 0.38% 0.61% -
HSV(B) 59.2º 0.39% 0.76% -
XYZ 44.11 50.34 24.53 -
YUV 183.86 90.83 134.52 -
System Red Green Blue C M Y K H S L
Decimal 193 192 118 0 0.01 0.39 0.24 59.2 0.38 0.61
Hex C1 C0 76 0 1 27 18 3B 26 3D
Octal 301 300 166 0 1 47 30 73 46 75
Binary 11000001 11000000 1110110 0 1 100111 11000 111011 100110 111101

Color Harmonies of #C1C076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C076

Black with #C1C076

Text Example


Text Example

White with #C1C076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C076; }

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

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

background-color css

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

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

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

border-color css

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

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

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