Html Css Color HEX #C2AC39 Old Gold

📋 copy color: '#C2AC39'

red 194 ◦ green 172 ◦ blue 57

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

Shades of Old Gold #C2AC39

Tints of Old Gold #C2AC39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.48%

R = 45.86%
G = 40.66%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C2AC39 (or 0xC2AC39) is known color: Old Gold. HEX triplet: C2, AC and 39. RGB value is (194,172,57). Sum of RGB (Red+Green+Blue) = 194+172+57=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 57 (22.66% from 255 or 13.48% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AC39 is #3D53C6. Grayscale: #A5A5A5. Windows color (decimal): -4019143 or 3779778. OLE color: 3779778.

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

Color convert

RGB 194 172 57 -
CMYK 0 0.11 0.71 0.24
HSL 50.36º 0.55% 0.49% -
HSV(B) 50.36º 0.71% 0.76% -
XYZ 37.74 41.27 9.85 -
YUV 165.47 66.79 148.35 -
System Red Green Blue C M Y K H S L
Decimal 194 172 57 0 0.11 0.71 0.24 50.36 0.55 0.49
Hex C2 AC 39 0 B 47 18 32 37 31
Octal 302 254 71 0 13 107 30 62 67 61
Binary 11000010 10101100 111001 0 1011 1000111 11000 110010 110111 110001

Color Harmonies of #C2AC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC39

Black with #C2AC39

Text Example


Text Example

White with #C2AC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC39; }

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

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

background-color css

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

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

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

border-color css

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

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

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