Html Css Color HEX #C2C032 Old Gold

📋 copy color: '#C2C032'

red 194 ◦ green 192 ◦ blue 50

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

Shades of Old Gold #C2C032

Tints of Old Gold #C2C032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.04%

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

R = 44.5%
G = 44.04%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C2C032 (or 0xC2C032) is known color: Old Gold. HEX triplet: C2, C0 and 32. RGB value is (194,192,50). Sum of RGB (Red+Green+Blue) = 194+192+50=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C032 is #3D3FCD. Grayscale: #B0B0B0. Windows color (decimal): -4014030 or 3326146. OLE color: 3326146.

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

Color convert

RGB 194 192 50 -
CMYK 0 0.01 0.74 0.24
HSL 59.17º 0.59% 0.48% -
HSV(B) 59.17º 0.74% 0.76% -
XYZ 41.67 49.4 10.36 -
YUV 176.41 56.66 140.55 -
System Red Green Blue C M Y K H S L
Decimal 194 192 50 0 0.01 0.74 0.24 59.17 0.59 0.48
Hex C2 C0 32 0 1 4A 18 3B 3B 30
Octal 302 300 62 0 1 112 30 73 73 60
Binary 11000010 11000000 110010 0 1 1001010 11000 111011 111011 110000

Color Harmonies of #C2C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C032

Black with #C2C032

Text Example


Text Example

White with #C2C032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C032; }

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

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

background-color css

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

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

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

border-color css

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

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

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