Html Css Color HEX #C4B759 Gimblet

📋 copy color: '#C4B759'

red 196 ◦ green 183 ◦ blue 89

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

Shades of Gimblet #C4B759

Tints of Gimblet #C4B759

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.1%

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

R = 41.88%
G = 39.1%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C4B759 (or 0xC4B759) is known color: Gimblet. HEX triplet: C4, B7 and 59. RGB value is (196,183,89). Sum of RGB (Red+Green+Blue) = 196+183+89=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B759 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B759 is #3B48A6. Grayscale: #B0B0B0. Windows color (decimal): -3885223 or 5879748. OLE color: 5879748.

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

Color convert

RGB 196 183 89 -
CMYK 0 0.07 0.55 0.23
HSL 52.71º 0.48% 0.56% -
HSV(B) 52.71º 0.55% 0.77% -
XYZ 41.5 46.32 16.21 -
YUV 176.17 78.81 142.14 -
System Red Green Blue C M Y K H S L
Decimal 196 183 89 0 0.07 0.55 0.23 52.71 0.48 0.56
Hex C4 B7 59 0 7 37 17 35 30 38
Octal 304 267 131 0 7 67 27 65 60 70
Binary 11000100 10110111 1011001 0 111 110111 10111 110101 110000 111000

Color Harmonies of #C4B759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B759

Black with #C4B759

Text Example


Text Example

White with #C4B759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B759; }

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

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

background-color css

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

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

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

border-color css

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

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

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