Html Css Color HEX #C4B359 Gimblet

📋 copy color: '#C4B359'

red 196 ◦ green 179 ◦ blue 89

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

Shades of Gimblet #C4B359

Tints of Gimblet #C4B359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.18%

R = 42.24%
G = 38.58%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C4B359 (or 0xC4B359) is known color: Gimblet. HEX triplet: C4, B3 and 59. RGB value is (196,179,89). Sum of RGB (Red+Green+Blue) = 196+179+89=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 89 (35.16% from 255 or 19.18% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B359 is #3B4CA6. Grayscale: #AEAEAE. Windows color (decimal): -3886247 or 5878724. OLE color: 5878724.

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

Color convert

RGB 196 179 89 -
CMYK 0 0.09 0.55 0.23
HSL 50.47º 0.48% 0.56% -
HSV(B) 50.47º 0.55% 0.77% -
XYZ 40.69 44.7 15.93 -
YUV 173.82 80.13 143.82 -
System Red Green Blue C M Y K H S L
Decimal 196 179 89 0 0.09 0.55 0.23 50.47 0.48 0.56
Hex C4 B3 59 0 9 37 17 32 30 38
Octal 304 263 131 0 11 67 27 62 60 70
Binary 11000100 10110011 1011001 0 1001 110111 10111 110010 110000 111000

Color Harmonies of #C4B359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B359

Black with #C4B359

Text Example


Text Example

White with #C4B359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B359; }

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

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

background-color css

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

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

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

border-color css

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

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

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