Html Css Color HEX #C2C134 Old Gold

📋 copy color: '#C2C134'

red 194 ◦ green 193 ◦ blue 52

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

Shades of Old Gold #C2C134

Tints of Old Gold #C2C134

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.96%

 BLUE value IS 52 (20.7% from 255) = 11.85%

R = 44.19%
G = 43.96%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C2C134 (or 0xC2C134) is known color: Old Gold. HEX triplet: C2, C1 and 34. RGB value is (194,193,52). Sum of RGB (Red+Green+Blue) = 194+193+52=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C134 is #3D3ECB. Grayscale: #B1B1B1. Windows color (decimal): -4013772 or 3457474. OLE color: 3457474.

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

Color convert

RGB 194 193 52 -
CMYK 0 0.01 0.73 0.24
HSL 59.58º 0.58% 0.48% -
HSV(B) 59.58º 0.73% 0.76% -
XYZ 41.94 49.86 10.66 -
YUV 177.23 57.33 139.96 -
System Red Green Blue C M Y K H S L
Decimal 194 193 52 0 0.01 0.73 0.24 59.58 0.58 0.48
Hex C2 C1 34 0 1 49 18 3C 3A 30
Octal 302 301 64 0 1 111 30 74 72 60
Binary 11000010 11000001 110100 0 1 1001001 11000 111100 111010 110000

Color Harmonies of #C2C134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C134

Black with #C2C134

Text Example


Text Example

White with #C2C134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C134; }

 p { color: rgb(194,193,52); }

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

background-color css

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

 a { background-color: rgb(194,193,52); }

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

border-color css

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

 span { border-color: rgb(194,193,52); }

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