Html Css Color HEX #C2B437 Old Gold

📋 copy color: '#C2B437'

red 194 ◦ green 180 ◦ blue 55

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

Shades of Old Gold #C2B437

Tints of Old Gold #C2B437

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.96%

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

R = 45.22%
G = 41.96%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C2B437 (or 0xC2B437) is known color: Old Gold. HEX triplet: C2, B4 and 37. RGB value is (194,180,55). Sum of RGB (Red+Green+Blue) = 194+180+55=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 55 (21.88% from 255 or 12.82% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B437 is #3D4BC8. Grayscale: #AAAAAA. Windows color (decimal): -4017097 or 3650754. OLE color: 3650754.

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

Color convert

RGB 194 180 55 -
CMYK 0 0.07 0.72 0.24
HSL 53.96º 0.56% 0.49% -
HSV(B) 53.96º 0.72% 0.76% -
XYZ 39.26 44.39 10.11 -
YUV 169.94 63.14 145.16 -
System Red Green Blue C M Y K H S L
Decimal 194 180 55 0 0.07 0.72 0.24 53.96 0.56 0.49
Hex C2 B4 37 0 7 48 18 36 38 31
Octal 302 264 67 0 7 110 30 66 70 61
Binary 11000010 10110100 110111 0 111 1001000 11000 110110 111000 110001

Color Harmonies of #C2B437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B437

Black with #C2B437

Text Example


Text Example

White with #C2B437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B437; }

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

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

background-color css

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

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

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

border-color css

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

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

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