Html Css Color HEX #C2AD32 Old Gold

📋 copy color: '#C2AD32'

red 194 ◦ green 173 ◦ blue 50

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

Shades of Old Gold #C2AD32

Tints of Old Gold #C2AD32

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.49%

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

R = 46.52%
G = 41.49%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C2AD32 (or 0xC2AD32) is known color: Old Gold. HEX triplet: C2, AD and 32. RGB value is (194,173,50). Sum of RGB (Red+Green+Blue) = 194+173+50=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AD32 is #3D52CD. Grayscale: #A5A5A5. Windows color (decimal): -4018894 or 3321282. OLE color: 3321282.

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

Color convert

RGB 194 173 50 -
CMYK 0 0.11 0.74 0.24
HSL 51.25º 0.59% 0.48% -
HSV(B) 51.25º 0.74% 0.76% -
XYZ 37.77 41.59 9.05 -
YUV 165.26 62.96 148.5 -
System Red Green Blue C M Y K H S L
Decimal 194 173 50 0 0.11 0.74 0.24 51.25 0.59 0.48
Hex C2 AD 32 0 B 4A 18 33 3B 30
Octal 302 255 62 0 13 112 30 63 73 60
Binary 11000010 10101101 110010 0 1011 1001010 11000 110011 111011 110000

Color Harmonies of #C2AD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD32

Black with #C2AD32

Text Example


Text Example

White with #C2AD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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