Html Css Color HEX #C2B037 Old Gold

📋 copy color: '#C2B037'

red 194 ◦ green 176 ◦ blue 55

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

Shades of Old Gold #C2B037

Tints of Old Gold #C2B037

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.41%

 BLUE value IS 55 (21.88% from 255) = 12.94%

R = 45.65%
G = 41.41%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C2B037 (or 0xC2B037) is known color: Old Gold. HEX triplet: C2, B0 and 37. RGB value is (194,176,55). Sum of RGB (Red+Green+Blue) = 194+176+55=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B037 is #3D4FC8. Grayscale: #A8A8A8. Windows color (decimal): -4018121 or 3649730. OLE color: 3649730.

HSL color Cylindrical-coordinate representation of color #C2B037: hue angle of 52.23º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2B037 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 176 55 -
CMYK 0 0.09 0.72 0.24
HSL 52.23º 0.56% 0.49% -
HSV(B) 52.23º 0.72% 0.76% -
XYZ 38.46 42.8 9.85 -
YUV 167.59 64.46 146.84 -
System Red Green Blue C M Y K H S L
Decimal 194 176 55 0 0.09 0.72 0.24 52.23 0.56 0.49
Hex C2 B0 37 0 9 48 18 34 38 31
Octal 302 260 67 0 11 110 30 64 70 61
Binary 11000010 10110000 110111 0 1001 1001000 11000 110100 111000 110001

Color Harmonies of #C2B037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B037

Black with #C2B037

Text Example


Text Example

White with #C2B037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B037; }

 p { color: rgb(194,176,55); }

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

background-color css

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

 a { background-color: rgb(194,176,55); }

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

border-color css

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

 span { border-color: rgb(194,176,55); }

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