Html Css Color HEX #C4B360 Gimblet

📋 copy color: '#C4B360'

red 196 ◦ green 179 ◦ blue 96

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

Shades of Gimblet #C4B360

Tints of Gimblet #C4B360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.38%

R = 41.61%
G = 38%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C4B360 (or 0xC4B360) is known color: Gimblet. HEX triplet: C4, B3 and 60. RGB value is (196,179,96). Sum of RGB (Red+Green+Blue) = 196+179+96=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B360 is #3B4C9F. Grayscale: #AEAEAE. Windows color (decimal): -3886240 or 6337476. OLE color: 6337476.

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

Color convert

RGB 196 179 96 -
CMYK 0 0.09 0.51 0.23
HSL 49.8º 0.46% 0.57% -
HSV(B) 49.8º 0.51% 0.77% -
XYZ 41 44.82 17.56 -
YUV 174.62 83.63 143.25 -
System Red Green Blue C M Y K H S L
Decimal 196 179 96 0 0.09 0.51 0.23 49.8 0.46 0.57
Hex C4 B3 60 0 9 33 17 32 2E 39
Octal 304 263 140 0 11 63 27 62 56 71
Binary 11000100 10110011 1100000 0 1001 110011 10111 110010 101110 111001

Color Harmonies of #C4B360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B360

Black with #C4B360

Text Example


Text Example

White with #C4B360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B360; }

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

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

background-color css

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

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

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

border-color css

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

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

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