Html Css Color HEX #C4B262 Gimblet

📋 copy color: '#C4B262'

red 196 ◦ green 178 ◦ blue 98

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

Shades of Gimblet #C4B262

Tints of Gimblet #C4B262

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.71%

 BLUE value IS 98 (38.67% from 255) = 20.76%

R = 41.53%
G = 37.71%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C4B262 (or 0xC4B262) is known color: Gimblet. HEX triplet: C4, B2 and 62. RGB value is (196,178,98). Sum of RGB (Red+Green+Blue) = 196+178+98=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B262 is #3B4D9D. Grayscale: #AEAEAE. Windows color (decimal): -3886494 or 6468292. OLE color: 6468292.

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

Color convert

RGB 196 178 98 -
CMYK 0 0.09 0.5 0.23
HSL 48.98º 0.45% 0.58% -
HSV(B) 48.98º 0.5% 0.77% -
XYZ 40.89 44.46 17.98 -
YUV 174.26 84.96 143.5 -
System Red Green Blue C M Y K H S L
Decimal 196 178 98 0 0.09 0.5 0.23 48.98 0.45 0.58
Hex C4 B2 62 0 9 32 17 31 2D 3A
Octal 304 262 142 0 11 62 27 61 55 72
Binary 11000100 10110010 1100010 0 1001 110010 10111 110001 101101 111010

Color Harmonies of #C4B262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B262

Black with #C4B262

Text Example


Text Example

White with #C4B262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B262; }

 p { color: rgb(196,178,98); }

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

background-color css

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

 a { background-color: rgb(196,178,98); }

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

border-color css

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

 span { border-color: rgb(196,178,98); }

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