Html Css Color HEX #C4B463 Gimblet

📋 copy color: '#C4B463'

red 196 ◦ green 180 ◦ blue 99

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

Shades of Gimblet #C4B463

Tints of Gimblet #C4B463

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.89%

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

R = 41.26%
G = 37.89%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C4B463 (or 0xC4B463) is known color: Gimblet. HEX triplet: C4, B4 and 63. RGB value is (196,180,99). Sum of RGB (Red+Green+Blue) = 196+180+99=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B463 is #3B4B9C. Grayscale: #AFAFAF. Windows color (decimal): -3885981 or 6534340. OLE color: 6534340.

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

Color convert

RGB 196 180 99 -
CMYK 0 0.08 0.49 0.23
HSL 50.1º 0.45% 0.58% -
HSV(B) 50.1º 0.49% 0.77% -
XYZ 41.34 45.28 18.37 -
YUV 175.55 84.8 142.59 -
System Red Green Blue C M Y K H S L
Decimal 196 180 99 0 0.08 0.49 0.23 50.1 0.45 0.58
Hex C4 B4 63 0 8 31 17 32 2D 3A
Octal 304 264 143 0 10 61 27 62 55 72
Binary 11000100 10110100 1100011 0 1000 110001 10111 110010 101101 111010

Color Harmonies of #C4B463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B463

Black with #C4B463

Text Example


Text Example

White with #C4B463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B463; }

 p { color: rgb(196,180,99); }

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

background-color css

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

 a { background-color: rgb(196,180,99); }

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

border-color css

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

 span { border-color: rgb(196,180,99); }

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