Html Css Color HEX #C2B837 Old Gold

📋 copy color: '#C2B837'

red 194 ◦ green 184 ◦ blue 55

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

Shades of Old Gold #C2B837

Tints of Old Gold #C2B837

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.49%

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

R = 44.8%
G = 42.49%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C2B837 (or 0xC2B837) is known color: Old Gold. HEX triplet: C2, B8 and 37. RGB value is (194,184,55). Sum of RGB (Red+Green+Blue) = 194+184+55=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 55 (21.88% from 255 or 12.70% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B837 is #3D47C8. Grayscale: #ACACAC. Windows color (decimal): -4016073 or 3651778. OLE color: 3651778.

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

Color convert

RGB 194 184 55 -
CMYK 0 0.05 0.72 0.24
HSL 55.68º 0.56% 0.49% -
HSV(B) 55.68º 0.72% 0.76% -
XYZ 40.08 46.03 10.39 -
YUV 172.28 61.81 143.49 -
System Red Green Blue C M Y K H S L
Decimal 194 184 55 0 0.05 0.72 0.24 55.68 0.56 0.49
Hex C2 B8 37 0 5 48 18 38 38 31
Octal 302 270 67 0 5 110 30 70 70 61
Binary 11000010 10111000 110111 0 101 1001000 11000 111000 111000 110001

Color Harmonies of #C2B837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B837

Black with #C2B837

Text Example


Text Example

White with #C2B837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B837; }

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

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

background-color css

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

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

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

border-color css

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

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

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