Html Css Color HEX #C2B540 Old Gold

📋 copy color: '#C2B540'

red 194 ◦ green 181 ◦ blue 64

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

Shades of Old Gold #C2B540

Tints of Old Gold #C2B540

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.23%

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

R = 44.19%
G = 41.23%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C2B540 (or 0xC2B540) is known color: Old Gold. HEX triplet: C2, B5 and 40. RGB value is (194,181,64). Sum of RGB (Red+Green+Blue) = 194+181+64=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B540 is #3D4ABF. Grayscale: #ACACAC. Windows color (decimal): -4016832 or 4240834. OLE color: 4240834.

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

Color convert

RGB 194 181 64 -
CMYK 0 0.07 0.67 0.24
HSL 54º 0.52% 0.51% -
HSV(B) 54º 0.67% 0.76% -
XYZ 39.7 44.89 11.42 -
YUV 171.55 67.31 144.01 -
System Red Green Blue C M Y K H S L
Decimal 194 181 64 0 0.07 0.67 0.24 54 0.52 0.51
Hex C2 B5 40 0 7 43 18 36 34 33
Octal 302 265 100 0 7 103 30 66 64 63
Binary 11000010 10110101 1000000 0 111 1000011 11000 110110 110100 110011

Color Harmonies of #C2B540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B540

Black with #C2B540

Text Example


Text Example

White with #C2B540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B540; }

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

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

background-color css

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

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

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

border-color css

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

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

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