Html Css Color HEX #C4BE3F Old Gold

📋 copy color: '#C4BE3F'

red 196 ◦ green 190 ◦ blue 63

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

Shades of Old Gold #C4BE3F

Tints of Old Gold #C4BE3F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.32%

 BLUE value IS 63 (25% from 255) = 14.03%

R = 43.65%
G = 42.32%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4BE3F (or 0xC4BE3F) is known color: Old Gold. HEX triplet: C4, BE and 3F. RGB value is (196,190,63). Sum of RGB (Red+Green+Blue) = 196+190+63=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 63 (25% from 255 or 14.03% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BE3F is #3B41C0. Grayscale: #B1B1B1. Windows color (decimal): -3883457 or 4177604. OLE color: 4177604.

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

Color convert

RGB 196 190 63 -
CMYK 0 0.03 0.68 0.23
HSL 57.29º 0.53% 0.51% -
HSV(B) 57.29º 0.68% 0.77% -
XYZ 42.08 48.92 11.93 -
YUV 177.32 63.49 141.33 -
System Red Green Blue C M Y K H S L
Decimal 196 190 63 0 0.03 0.68 0.23 57.29 0.53 0.51
Hex C4 BE 3F 0 3 44 17 39 35 33
Octal 304 276 77 0 3 104 27 71 65 63
Binary 11000100 10111110 111111 0 11 1000100 10111 111001 110101 110011

Color Harmonies of #C4BE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BE3F

Black with #C4BE3F

Text Example


Text Example

White with #C4BE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BE3F; }

 p { color: rgb(196,190,63); }

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

background-color css

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

 a { background-color: rgb(196,190,63); }

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

border-color css

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

 span { border-color: rgb(196,190,63); }

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