Html Css Color HEX #C2B937 Old Gold

📋 copy color: '#C2B937'

red 194 ◦ green 185 ◦ blue 55

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

Shades of Old Gold #C2B937

Tints of Old Gold #C2B937

RGB

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

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

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

R = 44.7%
G = 42.63%
B = 12.67%

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

#C2B937 (or 0xC2B937) is known color: Old Gold. HEX triplet: C2, B9 and 37. RGB value is (194,185,55). Sum of RGB (Red+Green+Blue) = 194+185+55=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 55 (21.88% from 255 or 12.67% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B937 is #3D46C8. Grayscale: #ADADAD. Windows color (decimal): -4015817 or 3652034. OLE color: 3652034.

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

Color convert

RGB 194 185 55 -
CMYK 0 0.05 0.72 0.24
HSL 56.12º 0.56% 0.49% -
HSV(B) 56.12º 0.72% 0.76% -
XYZ 40.29 46.44 10.46 -
YUV 172.87 61.48 143.07 -
System Red Green Blue C M Y K H S L
Decimal 194 185 55 0 0.05 0.72 0.24 56.12 0.56 0.49
Hex C2 B9 37 0 5 48 18 38 38 31
Octal 302 271 67 0 5 110 30 70 70 61
Binary 11000010 10111001 110111 0 101 1001000 11000 111000 111000 110001

Color Harmonies of #C2B937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B937

Black with #C2B937

Text Example


Text Example

White with #C2B937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B937; }

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

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

background-color css

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

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

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

border-color css

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

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

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