Html Css Color HEX #C2AC36 Old Gold

📋 copy color: '#C2AC36'

red 194 ◦ green 172 ◦ blue 54

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

Shades of Old Gold #C2AC36

Tints of Old Gold #C2AC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.86%

R = 46.19%
G = 40.95%
B = 12.86%

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

#C2AC36 (or 0xC2AC36) is known color: Old Gold. HEX triplet: C2, AC and 36. RGB value is (194,172,54). Sum of RGB (Red+Green+Blue) = 194+172+54=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 54 (21.48% from 255 or 12.86% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AC36 is #3D53C9. Grayscale: #A5A5A5. Windows color (decimal): -4019146 or 3583170. OLE color: 3583170.

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

Color convert

RGB 194 172 54 -
CMYK 0 0.11 0.72 0.24
HSL 50.57º 0.56% 0.49% -
HSV(B) 50.57º 0.72% 0.76% -
XYZ 37.67 41.24 9.47 -
YUV 165.13 65.29 148.59 -
System Red Green Blue C M Y K H S L
Decimal 194 172 54 0 0.11 0.72 0.24 50.57 0.56 0.49
Hex C2 AC 36 0 B 48 18 33 38 31
Octal 302 254 66 0 13 110 30 63 70 61
Binary 11000010 10101100 110110 0 1011 1001000 11000 110011 111000 110001

Color Harmonies of #C2AC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC36

Black with #C2AC36

Text Example


Text Example

White with #C2AC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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