Html Css Color HEX #C4B640 Old Gold

📋 copy color: '#C4B640'

red 196 ◦ green 182 ◦ blue 64

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

Shades of Old Gold #C4B640

Tints of Old Gold #C4B640

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.18%

 BLUE value IS 64 (25.39% from 255) = 14.48%

R = 44.34%
G = 41.18%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C4B640 (or 0xC4B640) is known color: Old Gold. HEX triplet: C4, B6 and 40. RGB value is (196,182,64). Sum of RGB (Red+Green+Blue) = 196+182+64=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B640 is #3B49BF. Grayscale: #ADADAD. Windows color (decimal): -3885504 or 4241092. OLE color: 4241092.

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

Color convert

RGB 196 182 64 -
CMYK 0 0.07 0.67 0.23
HSL 53.64º 0.53% 0.51% -
HSV(B) 53.64º 0.67% 0.77% -
XYZ 40.42 45.56 11.51 -
YUV 172.73 66.64 144.59 -
System Red Green Blue C M Y K H S L
Decimal 196 182 64 0 0.07 0.67 0.23 53.64 0.53 0.51
Hex C4 B6 40 0 7 43 17 36 35 33
Octal 304 266 100 0 7 103 27 66 65 63
Binary 11000100 10110110 1000000 0 111 1000011 10111 110110 110101 110011

Color Harmonies of #C4B640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B640

Black with #C4B640

Text Example


Text Example

White with #C4B640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B640; }

 p { color: rgb(196,182,64); }

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

background-color css

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

 a { background-color: rgb(196,182,64); }

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

border-color css

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

 span { border-color: rgb(196,182,64); }

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