Html Css Color HEX #C1B263 Gimblet

📋 copy color: '#C1B263'

red 193 ◦ green 178 ◦ blue 99

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

Shades of Gimblet #C1B263

Tints of Gimblet #C1B263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.06%

R = 41.06%
G = 37.87%
B = 21.06%

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

#C1B263 (or 0xC1B263) is known color: Gimblet. HEX triplet: C1, B2 and 63. RGB value is (193,178,99). Sum of RGB (Red+Green+Blue) = 193+178+99=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B263 is #3E4D9C. Grayscale: #ADADAD. Windows color (decimal): -4083101 or 6533825. OLE color: 6533825.

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

Color convert

RGB 193 178 99 -
CMYK 0 0.08 0.49 0.24
HSL 50.43º 0.43% 0.57% -
HSV(B) 50.43º 0.49% 0.76% -
XYZ 40.16 44.08 18.2 -
YUV 173.48 85.97 141.92 -
System Red Green Blue C M Y K H S L
Decimal 193 178 99 0 0.08 0.49 0.24 50.43 0.43 0.57
Hex C1 B2 63 0 8 31 18 32 2B 39
Octal 301 262 143 0 10 61 30 62 53 71
Binary 11000001 10110010 1100011 0 1000 110001 11000 110010 101011 111001

Color Harmonies of #C1B263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B263

Black with #C1B263

Text Example


Text Example

White with #C1B263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B263; }

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

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

background-color css

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

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

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

border-color css

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

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

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