Html Css Color HEX #C2B740 Old Gold

📋 copy color: '#C2B740'

red 194 ◦ green 183 ◦ blue 64

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

Shades of Old Gold #C2B740

Tints of Old Gold #C2B740

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.5%

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

R = 43.99%
G = 41.5%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C2B740 (or 0xC2B740) is known color: Old Gold. HEX triplet: C2, B7 and 40. RGB value is (194,183,64). Sum of RGB (Red+Green+Blue) = 194+183+64=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B740 is #3D48BF. Grayscale: #ADADAD. Windows color (decimal): -4016320 or 4241346. OLE color: 4241346.

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

Color convert

RGB 194 183 64 -
CMYK 0 0.06 0.67 0.24
HSL 54.92º 0.52% 0.51% -
HSV(B) 54.92º 0.67% 0.76% -
XYZ 40.11 45.71 11.56 -
YUV 172.72 66.64 143.18 -
System Red Green Blue C M Y K H S L
Decimal 194 183 64 0 0.06 0.67 0.24 54.92 0.52 0.51
Hex C2 B7 40 0 6 43 18 37 34 33
Octal 302 267 100 0 6 103 30 67 64 63
Binary 11000010 10110111 1000000 0 110 1000011 11000 110111 110100 110011

Color Harmonies of #C2B740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B740

Black with #C2B740

Text Example


Text Example

White with #C2B740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B740; }

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

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

background-color css

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

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

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

border-color css

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

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

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