Html Css Color HEX #C1B162 Gimblet

📋 copy color: '#C1B162'

red 193 ◦ green 177 ◦ blue 98

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

Shades of Gimblet #C1B162

Tints of Gimblet #C1B162

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.82%

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

R = 41.24%
G = 37.82%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C1B162 (or 0xC1B162) is known color: Gimblet. HEX triplet: C1, B1 and 62. RGB value is (193,177,98). Sum of RGB (Red+Green+Blue) = 193+177+98=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B162 is #3E4E9D. Grayscale: #ADADAD. Windows color (decimal): -4083358 or 6468033. OLE color: 6468033.

HSL color Cylindrical-coordinate representation of color #C1B162: hue angle of 49.89º 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 #C1B162 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 177 98 -
CMYK 0 0.08 0.49 0.24
HSL 49.89º 0.43% 0.57% -
HSV(B) 49.89º 0.49% 0.76% -
XYZ 39.92 43.66 17.88 -
YUV 172.78 85.8 142.42 -
System Red Green Blue C M Y K H S L
Decimal 193 177 98 0 0.08 0.49 0.24 49.89 0.43 0.57
Hex C1 B1 62 0 8 31 18 32 2B 39
Octal 301 261 142 0 10 61 30 62 53 71
Binary 11000001 10110001 1100010 0 1000 110001 11000 110010 101011 111001

Color Harmonies of #C1B162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B162

Black with #C1B162

Text Example


Text Example

White with #C1B162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B162; }

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

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

background-color css

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

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

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

border-color css

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

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

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