Html Css Color HEX #C1B261 Gimblet

📋 copy color: '#C1B261'

red 193 ◦ green 178 ◦ blue 97

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

Shades of Gimblet #C1B261

Tints of Gimblet #C1B261

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.03%

 BLUE value IS 97 (38.28% from 255) = 20.73%

R = 41.24%
G = 38.03%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C1B261 (or 0xC1B261) is known color: Gimblet. HEX triplet: C1, B2 and 61. RGB value is (193,178,97). Sum of RGB (Red+Green+Blue) = 193+178+97=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B261 is #3E4D9E. Grayscale: #ADADAD. Windows color (decimal): -4083103 or 6402753. OLE color: 6402753.

HSL color Cylindrical-coordinate representation of color #C1B261: hue angle of 50.62º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1B261 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 178 97 -
CMYK 0 0.08 0.50 0.24
HSL 50.63º 0.44% 0.57% -
HSV(B) 50.63º 0.5% 0.76% -
XYZ 40.07 44.04 17.7 -
YUV 173.25 84.97 142.09 -
System Red Green Blue C M Y K H S L
Decimal 193 178 97 0 0.08 0.50 0.24 50.63 0.44 0.57
Hex C1 B2 61 0 8 32 18 33 2C 39
Octal 301 262 141 0 10 62 30 63 54 71
Binary 11000001 10110010 1100001 0 1000 110010 11000 110011 101100 111001

Color Harmonies of #C1B261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B261

Black with #C1B261

Text Example


Text Example

White with #C1B261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B261; }

 p { color: rgb(193,178,97); }

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

background-color css

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

 a { background-color: rgb(193,178,97); }

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

border-color css

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

 span { border-color: rgb(193,178,97); }

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