Html Css Color HEX #C4B337 Old Gold

📋 copy color: '#C4B337'

red 196 ◦ green 179 ◦ blue 55

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

Shades of Old Gold #C4B337

Tints of Old Gold #C4B337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.79%

R = 45.58%
G = 41.63%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C4B337 (or 0xC4B337) is known color: Old Gold. HEX triplet: C4, B3 and 37. RGB value is (196,179,55). Sum of RGB (Red+Green+Blue) = 196+179+55=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 55 (21.88% from 255 or 12.79% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B337 is #3B4CC8. Grayscale: #AAAAAA. Windows color (decimal): -3886281 or 3650500. OLE color: 3650500.

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

Color convert

RGB 196 179 55 -
CMYK 0 0.09 0.72 0.23
HSL 52.77º 0.56% 0.49% -
HSV(B) 52.77º 0.72% 0.77% -
XYZ 39.57 44.25 10.07 -
YUV 169.95 63.13 146.58 -
System Red Green Blue C M Y K H S L
Decimal 196 179 55 0 0.09 0.72 0.23 52.77 0.56 0.49
Hex C4 B3 37 0 9 48 17 35 38 31
Octal 304 263 67 0 11 110 27 65 70 61
Binary 11000100 10110011 110111 0 1001 1001000 10111 110101 111000 110001

Color Harmonies of #C4B337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B337

Black with #C4B337

Text Example


Text Example

White with #C4B337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B337; }

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

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

background-color css

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

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

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

border-color css

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

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

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