Html Css Color HEX #C2B940 Old Gold

📋 copy color: '#C2B940'

red 194 ◦ green 185 ◦ blue 64

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

Shades of Old Gold #C2B940

Tints of Old Gold #C2B940

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.76%

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

R = 43.79%
G = 41.76%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C2B940 (or 0xC2B940) is known color: Old Gold. HEX triplet: C2, B9 and 40. RGB value is (194,185,64). Sum of RGB (Red+Green+Blue) = 194+185+64=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B940 is #3D46BF. Grayscale: #AEAEAE. Windows color (decimal): -4015808 or 4241858. OLE color: 4241858.

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

Color convert

RGB 194 185 64 -
CMYK 0 0.05 0.67 0.24
HSL 55.85º 0.52% 0.51% -
HSV(B) 55.85º 0.67% 0.76% -
XYZ 40.52 46.54 11.7 -
YUV 173.9 65.98 142.34 -
System Red Green Blue C M Y K H S L
Decimal 194 185 64 0 0.05 0.67 0.24 55.85 0.52 0.51
Hex C2 B9 40 0 5 43 18 38 34 33
Octal 302 271 100 0 5 103 30 70 64 63
Binary 11000010 10111001 1000000 0 101 1000011 11000 111000 110100 110011

Color Harmonies of #C2B940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B940

Black with #C2B940

Text Example


Text Example

White with #C2B940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B940; }

 p { color: rgb(194,185,64); }

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

background-color css

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

 a { background-color: rgb(194,185,64); }

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

border-color css

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

 span { border-color: rgb(194,185,64); }

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