Html Css Color HEX #C2BA41 Old Gold

📋 copy color: '#C2BA41'

red 194 ◦ green 186 ◦ blue 65

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

Shades of Old Gold #C2BA41

Tints of Old Gold #C2BA41

RGB

 RED value IS 194 (76.17% from 255) = 43.6%

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

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

R = 43.6%
G = 41.8%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C2BA41 (or 0xC2BA41) is known color: Old Gold. HEX triplet: C2, BA and 41. RGB value is (194,186,65). Sum of RGB (Red+Green+Blue) = 194+186+65=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA41 is #3D45BE. Grayscale: #AFAFAF. Windows color (decimal): -4015551 or 4307650. OLE color: 4307650.

HSL color Cylindrical-coordinate representation of color #C2BA41: hue angle of 56.28º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2BA41 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 186 65 -
CMYK 0 0.04 0.66 0.24
HSL 56.28º 0.51% 0.51% -
HSV(B) 56.28º 0.66% 0.76% -
XYZ 40.76 46.97 11.92 -
YUV 174.6 66.15 141.84 -
System Red Green Blue C M Y K H S L
Decimal 194 186 65 0 0.04 0.66 0.24 56.28 0.51 0.51
Hex C2 BA 41 0 4 42 18 38 33 33
Octal 302 272 101 0 4 102 30 70 63 63
Binary 11000010 10111010 1000001 0 100 1000010 11000 111000 110011 110011

Color Harmonies of #C2BA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA41

Black with #C2BA41

Text Example


Text Example

White with #C2BA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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