Html Css Color HEX #C1B362 Gimblet

📋 copy color: '#C1B362'

red 193 ◦ green 179 ◦ blue 98

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

Shades of Gimblet #C1B362

Tints of Gimblet #C1B362

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.09%

 BLUE value IS 98 (38.67% from 255) = 20.85%

R = 41.06%
G = 38.09%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C1B362 (or 0xC1B362) is known color: Gimblet. HEX triplet: C1, B3 and 62. RGB value is (193,179,98). Sum of RGB (Red+Green+Blue) = 193+179+98=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B362 is #3E4C9D. Grayscale: #AEAEAE. Windows color (decimal): -4082846 or 6468545. OLE color: 6468545.

HSL color Cylindrical-coordinate representation of color #C1B362: hue angle of 51.16º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C1B362 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 179 98 -
CMYK 0 0.07 0.49 0.24
HSL 51.16º 0.43% 0.57% -
HSV(B) 51.16º 0.49% 0.76% -
XYZ 40.32 44.46 18.01 -
YUV 173.95 85.14 141.59 -
System Red Green Blue C M Y K H S L
Decimal 193 179 98 0 0.07 0.49 0.24 51.16 0.43 0.57
Hex C1 B3 62 0 7 31 18 33 2B 39
Octal 301 263 142 0 7 61 30 63 53 71
Binary 11000001 10110011 1100010 0 111 110001 11000 110011 101011 111001

Color Harmonies of #C1B362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B362

Black with #C1B362

Text Example


Text Example

White with #C1B362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B362; }

 p { color: rgb(193,179,98); }

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

background-color css

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

 a { background-color: rgb(193,179,98); }

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

border-color css

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

 span { border-color: rgb(193,179,98); }

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