Html Css Color HEX #C2AC31 Old Gold

📋 copy color: '#C2AC31'

red 194 ◦ green 172 ◦ blue 49

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

Shades of Old Gold #C2AC31

Tints of Old Gold #C2AC31

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.45%

 BLUE value IS 49 (19.53% from 255) = 11.81%

R = 46.75%
G = 41.45%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C2AC31 (or 0xC2AC31) is known color: Old Gold. HEX triplet: C2, AC and 31. RGB value is (194,172,49). Sum of RGB (Red+Green+Blue) = 194+172+49=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AC31 is #3D53CE. Grayscale: #A5A5A5. Windows color (decimal): -4019151 or 3255490. OLE color: 3255490.

HSL color Cylindrical-coordinate representation of color #C2AC31: hue angle of 50.9º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2AC31 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 172 49 -
CMYK 0 0.11 0.75 0.24
HSL 50.9º 0.6% 0.48% -
HSV(B) 50.9º 0.75% 0.76% -
XYZ 37.56 41.2 8.88 -
YUV 164.56 62.79 149 -
System Red Green Blue C M Y K H S L
Decimal 194 172 49 0 0.11 0.75 0.24 50.9 0.6 0.48
Hex C2 AC 31 0 B 4B 18 33 3C 30
Octal 302 254 61 0 13 113 30 63 74 60
Binary 11000010 10101100 110001 0 1011 1001011 11000 110011 111100 110000

Color Harmonies of #C2AC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC31

Black with #C2AC31

Text Example


Text Example

White with #C2AC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC31; }

 p { color: rgb(194,172,49); }

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

background-color css

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

 a { background-color: rgb(194,172,49); }

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

border-color css

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

 span { border-color: rgb(194,172,49); }

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