Html Css Color HEX #C2AF39 Old Gold

📋 copy color: '#C2AF39'

red 194 ◦ green 175 ◦ blue 57

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

Shades of Old Gold #C2AF39

Tints of Old Gold #C2AF39

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.08%

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

R = 45.54%
G = 41.08%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C2AF39 (or 0xC2AF39) is known color: Old Gold. HEX triplet: C2, AF and 39. RGB value is (194,175,57). Sum of RGB (Red+Green+Blue) = 194+175+57=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 57 (22.66% from 255 or 13.38% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF39 is #3D50C6. Grayscale: #A7A7A7. Windows color (decimal): -4018375 or 3780546. OLE color: 3780546.

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

Color convert

RGB 194 175 57 -
CMYK 0 0.10 0.71 0.24
HSL 51.68º 0.55% 0.49% -
HSV(B) 51.68º 0.71% 0.76% -
XYZ 38.32 42.42 10.04 -
YUV 167.23 65.79 147.09 -
System Red Green Blue C M Y K H S L
Decimal 194 175 57 0 0.10 0.71 0.24 51.68 0.55 0.49
Hex C2 AF 39 0 A 47 18 34 37 31
Octal 302 257 71 0 12 107 30 64 67 61
Binary 11000010 10101111 111001 0 1010 1000111 11000 110100 110111 110001

Color Harmonies of #C2AF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF39

Black with #C2AF39

Text Example


Text Example

White with #C2AF39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF39; }

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

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

background-color css

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

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

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

border-color css

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

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

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