Html Css Color HEX #C2C033 Old Gold

📋 copy color: '#C2C033'

red 194 ◦ green 192 ◦ blue 51

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

Shades of Old Gold #C2C033

Tints of Old Gold #C2C033

RGB

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

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

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

R = 44.39%
G = 43.94%
B = 11.67%

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

#C2C033 (or 0xC2C033) is known color: Old Gold. HEX triplet: C2, C0 and 33. RGB value is (194,192,51). Sum of RGB (Red+Green+Blue) = 194+192+51=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 51 (20.31% from 255 or 11.67% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C033 is #3D3FCC. Grayscale: #B1B1B1. Windows color (decimal): -4014029 or 3391682. OLE color: 3391682.

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

Color convert

RGB 194 192 51 -
CMYK 0 0.01 0.74 0.24
HSL 59.16º 0.58% 0.48% -
HSV(B) 59.16º 0.74% 0.76% -
XYZ 41.7 49.41 10.47 -
YUV 176.52 57.16 140.46 -
System Red Green Blue C M Y K H S L
Decimal 194 192 51 0 0.01 0.74 0.24 59.16 0.58 0.48
Hex C2 C0 33 0 1 4A 18 3B 3A 30
Octal 302 300 63 0 1 112 30 73 72 60
Binary 11000010 11000000 110011 0 1 1001010 11000 111011 111010 110000

Color Harmonies of #C2C033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C033

Black with #C2C033

Text Example


Text Example

White with #C2C033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C033; }

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

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

background-color css

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

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

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

border-color css

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

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

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