Html Css Color HEX #C2A935 Old Gold

📋 copy color: '#C2A935'

red 194 ◦ green 169 ◦ blue 53

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

Shades of Old Gold #C2A935

Tints of Old Gold #C2A935

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.63%

 BLUE value IS 53 (21.09% from 255) = 12.74%

R = 46.63%
G = 40.63%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C2A935 (or 0xC2A935) is known color: Old Gold. HEX triplet: C2, A9 and 35. RGB value is (194,169,53). Sum of RGB (Red+Green+Blue) = 194+169+53=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 53 (21.09% from 255 or 12.74% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A935 is #3D56CA. Grayscale: #A3A3A3. Windows color (decimal): -4019915 or 3516866. OLE color: 3516866.

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

Color convert

RGB 194 169 53 -
CMYK 0 0.13 0.73 0.24
HSL 49.36º 0.57% 0.48% -
HSV(B) 49.36º 0.73% 0.76% -
XYZ 37.08 40.1 9.15 -
YUV 163.25 65.78 149.93 -
System Red Green Blue C M Y K H S L
Decimal 194 169 53 0 0.13 0.73 0.24 49.36 0.57 0.48
Hex C2 A9 35 0 D 49 18 31 39 30
Octal 302 251 65 0 15 111 30 61 71 60
Binary 11000010 10101001 110101 0 1101 1001001 11000 110001 111001 110000

Color Harmonies of #C2A935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A935

Black with #C2A935

Text Example


Text Example

White with #C2A935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A935; }

 p { color: rgb(194,169,53); }

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

background-color css

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

 a { background-color: rgb(194,169,53); }

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

border-color css

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

 span { border-color: rgb(194,169,53); }

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