Html Css Color HEX #C1B05C Gimblet

📋 copy color: '#C1B05C'

red 193 ◦ green 176 ◦ blue 92

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

Shades of Gimblet #C1B05C

Tints of Gimblet #C1B05C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.18%

 BLUE value IS 92 (36.33% from 255) = 19.96%

R = 41.87%
G = 38.18%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1B05C (or 0xC1B05C) is known color: Gimblet. HEX triplet: C1, B0 and 5C. RGB value is (193,176,92). Sum of RGB (Red+Green+Blue) = 193+176+92=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B05C is #3E4FA3. Grayscale: #ABABAB. Windows color (decimal): -4083620 or 6074561. OLE color: 6074561.

HSL color Cylindrical-coordinate representation of color #C1B05C: hue angle of 49.9º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C1B05C is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 176 92 -
CMYK 0 0.09 0.52 0.24
HSL 49.9º 0.45% 0.56% -
HSV(B) 49.9º 0.52% 0.76% -
XYZ 39.45 43.16 16.38 -
YUV 171.51 83.13 143.33 -
System Red Green Blue C M Y K H S L
Decimal 193 176 92 0 0.09 0.52 0.24 49.9 0.45 0.56
Hex C1 B0 5C 0 9 34 18 32 2D 38
Octal 301 260 134 0 11 64 30 62 55 70
Binary 11000001 10110000 1011100 0 1001 110100 11000 110010 101101 111000

Color Harmonies of #C1B05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B05C

Black with #C1B05C

Text Example


Text Example

White with #C1B05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B05C; }

 p { color: rgb(193,176,92); }

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

background-color css

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

 a { background-color: rgb(193,176,92); }

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

border-color css

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

 span { border-color: rgb(193,176,92); }

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