Html Css Color HEX #C2A933 Old Gold

📋 copy color: '#C2A933'

red 194 ◦ green 169 ◦ blue 51

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

Shades of Old Gold #C2A933

Tints of Old Gold #C2A933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.32%

R = 46.86%
G = 40.82%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C2A933 (or 0xC2A933) is known color: Old Gold. HEX triplet: C2, A9 and 33. RGB value is (194,169,51). Sum of RGB (Red+Green+Blue) = 194+169+51=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 51 (20.31% from 255 or 12.32% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A933 is #3D56CC. Grayscale: #A3A3A3. Windows color (decimal): -4019917 or 3385794. OLE color: 3385794.

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

Color convert

RGB 194 169 51 -
CMYK 0 0.13 0.74 0.24
HSL 49.51º 0.58% 0.48% -
HSV(B) 49.51º 0.74% 0.76% -
XYZ 37.03 40.08 8.92 -
YUV 163.02 64.78 150.09 -
System Red Green Blue C M Y K H S L
Decimal 194 169 51 0 0.13 0.74 0.24 49.51 0.58 0.48
Hex C2 A9 33 0 D 4A 18 32 3A 30
Octal 302 251 63 0 15 112 30 62 72 60
Binary 11000010 10101001 110011 0 1101 1001010 11000 110010 111010 110000

Color Harmonies of #C2A933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A933

Black with #C2A933

Text Example


Text Example

White with #C2A933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A933; }

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

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

background-color css

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

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

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

border-color css

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

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

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