Html Css Color HEX #C4BA41 Old Gold

📋 copy color: '#C4BA41'

red 196 ◦ green 186 ◦ blue 65

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

Shades of Old Gold #C4BA41

Tints of Old Gold #C4BA41

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.61%

 BLUE value IS 65 (25.78% from 255) = 14.54%

R = 43.85%
G = 41.61%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C4BA41 (or 0xC4BA41) is known color: Old Gold. HEX triplet: C4, BA and 41. RGB value is (196,186,65). Sum of RGB (Red+Green+Blue) = 196+186+65=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA41 is #3B45BE. Grayscale: #AFAFAF. Windows color (decimal): -3884479 or 4307652. OLE color: 4307652.

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

Color convert

RGB 196 186 65 -
CMYK 0 0.05 0.67 0.23
HSL 55.42º 0.53% 0.51% -
HSV(B) 55.42º 0.67% 0.77% -
XYZ 41.28 47.24 11.94 -
YUV 175.2 65.81 142.84 -
System Red Green Blue C M Y K H S L
Decimal 196 186 65 0 0.05 0.67 0.23 55.42 0.53 0.51
Hex C4 BA 41 0 5 43 17 37 35 33
Octal 304 272 101 0 5 103 27 67 65 63
Binary 11000100 10111010 1000001 0 101 1000011 10111 110111 110101 110011

Color Harmonies of #C4BA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA41

Black with #C4BA41

Text Example


Text Example

White with #C4BA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA41; }

 p { color: rgb(196,186,65); }

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

background-color css

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

 a { background-color: rgb(196,186,65); }

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

border-color css

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

 span { border-color: rgb(196,186,65); }

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