Html Css Color HEX #C2AF32 Old Gold

📋 copy color: '#C2AF32'

red 194 ◦ green 175 ◦ blue 50

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

Shades of Old Gold #C2AF32

Tints of Old Gold #C2AF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.93%

R = 46.3%
G = 41.77%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C2AF32 (or 0xC2AF32) is known color: Old Gold. HEX triplet: C2, AF and 32. RGB value is (194,175,50). Sum of RGB (Red+Green+Blue) = 194+175+50=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF32 is #3D50CD. Grayscale: #A6A6A6. Windows color (decimal): -4018382 or 3321794. OLE color: 3321794.

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

Color convert

RGB 194 175 50 -
CMYK 0 0.10 0.74 0.24
HSL 52.08º 0.59% 0.48% -
HSV(B) 52.08º 0.74% 0.76% -
XYZ 38.15 42.36 9.18 -
YUV 166.43 62.29 147.66 -
System Red Green Blue C M Y K H S L
Decimal 194 175 50 0 0.10 0.74 0.24 52.08 0.59 0.48
Hex C2 AF 32 0 A 4A 18 34 3B 30
Octal 302 257 62 0 12 112 30 64 73 60
Binary 11000010 10101111 110010 0 1010 1001010 11000 110100 111011 110000

Color Harmonies of #C2AF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF32

Black with #C2AF32

Text Example


Text Example

White with #C2AF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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