Html Css Color HEX #C2AD37 Old Gold

📋 copy color: '#C2AD37'

red 194 ◦ green 173 ◦ blue 55

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

Shades of Old Gold #C2AD37

Tints of Old Gold #C2AD37

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41%

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

R = 45.97%
G = 41%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C2AD37 (or 0xC2AD37) is known color: Old Gold. HEX triplet: C2, AD and 37. RGB value is (194,173,55). Sum of RGB (Red+Green+Blue) = 194+173+55=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 55 (21.88% from 255 or 13.03% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AD37 is #3D52C8. Grayscale: #A6A6A6. Windows color (decimal): -4018889 or 3648962. OLE color: 3648962.

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

Color convert

RGB 194 173 55 -
CMYK 0 0.11 0.72 0.24
HSL 50.94º 0.56% 0.49% -
HSV(B) 50.94º 0.72% 0.76% -
XYZ 37.88 41.63 9.65 -
YUV 165.83 65.46 148.09 -
System Red Green Blue C M Y K H S L
Decimal 194 173 55 0 0.11 0.72 0.24 50.94 0.56 0.49
Hex C2 AD 37 0 B 48 18 33 38 31
Octal 302 255 67 0 13 110 30 63 70 61
Binary 11000010 10101101 110111 0 1011 1001000 11000 110011 111000 110001

Color Harmonies of #C2AD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD37

Black with #C2AD37

Text Example


Text Example

White with #C2AD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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