Html Css Color HEX #C1B35C Gimblet

📋 copy color: '#C1B35C'

red 193 ◦ green 179 ◦ blue 92

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

Shades of Gimblet #C1B35C

Tints of Gimblet #C1B35C

RGB

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

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

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

R = 41.59%
G = 38.58%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1B35C (or 0xC1B35C) is known color: Gimblet. HEX triplet: C1, B3 and 5C. RGB value is (193,179,92). Sum of RGB (Red+Green+Blue) = 193+179+92=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B35C is #3E4CA3. Grayscale: #ADADAD. Windows color (decimal): -4082852 or 6075329. OLE color: 6075329.

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

Color convert

RGB 193 179 92 -
CMYK 0 0.07 0.52 0.24
HSL 51.68º 0.45% 0.56% -
HSV(B) 51.68º 0.52% 0.76% -
XYZ 40.04 44.35 16.58 -
YUV 173.27 82.14 142.07 -
System Red Green Blue C M Y K H S L
Decimal 193 179 92 0 0.07 0.52 0.24 51.68 0.45 0.56
Hex C1 B3 5C 0 7 34 18 34 2D 38
Octal 301 263 134 0 7 64 30 64 55 70
Binary 11000001 10110011 1011100 0 111 110100 11000 110100 101101 111000

Color Harmonies of #C1B35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B35C

Black with #C1B35C

Text Example


Text Example

White with #C1B35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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