Html Css Color HEX #C4B364 Gimblet

📋 copy color: '#C4B364'

red 196 ◦ green 179 ◦ blue 100

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

Shades of Gimblet #C4B364

Tints of Gimblet #C4B364

RGB

 RED value IS 196 (76.95% from 255) = 41.26%

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

 BLUE value IS 100 (39.45% from 255) = 21.05%

R = 41.26%
G = 37.68%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C4B364 (or 0xC4B364) is known color: Gimblet. HEX triplet: C4, B3 and 64. RGB value is (196,179,100). Sum of RGB (Red+Green+Blue) = 196+179+100=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B364 is #3B4C9B. Grayscale: #AFAFAF. Windows color (decimal): -3886236 or 6599620. OLE color: 6599620.

HSL color Cylindrical-coordinate representation of color #C4B364: hue angle of 49.38º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C4B364 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 179 100 -
CMYK 0 0.09 0.49 0.23
HSL 49.38º 0.45% 0.58% -
HSV(B) 49.38º 0.49% 0.77% -
XYZ 41.19 44.9 18.55 -
YUV 175.08 85.63 142.92 -
System Red Green Blue C M Y K H S L
Decimal 196 179 100 0 0.09 0.49 0.23 49.38 0.45 0.58
Hex C4 B3 64 0 9 31 17 31 2D 3A
Octal 304 263 144 0 11 61 27 61 55 72
Binary 11000100 10110011 1100100 0 1001 110001 10111 110001 101101 111010

Color Harmonies of #C4B364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B364

Black with #C4B364

Text Example


Text Example

White with #C4B364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B364; }

 p { color: rgb(196,179,100); }

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

background-color css

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

 a { background-color: rgb(196,179,100); }

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

border-color css

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

 span { border-color: rgb(196,179,100); }

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