Html Css Color HEX #C2C030 Old Gold

📋 copy color: '#C2C030'

red 194 ◦ green 192 ◦ blue 48

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

Shades of Old Gold #C2C030

Tints of Old Gold #C2C030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.06%

R = 44.7%
G = 44.24%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C2C030 (or 0xC2C030) is known color: Old Gold. HEX triplet: C2, C0 and 30. RGB value is (194,192,48). Sum of RGB (Red+Green+Blue) = 194+192+48=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C030 is #3D3FCF. Grayscale: #B0B0B0. Windows color (decimal): -4014032 or 3195074. OLE color: 3195074.

HSL color Cylindrical-coordinate representation of color #C2C030: hue angle of 59.18º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2C030 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 192 48 -
CMYK 0 0.01 0.75 0.24
HSL 59.18º 0.6% 0.47% -
HSV(B) 59.18º 0.75% 0.76% -
XYZ 41.63 49.38 10.13 -
YUV 176.18 55.66 140.71 -
System Red Green Blue C M Y K H S L
Decimal 194 192 48 0 0.01 0.75 0.24 59.18 0.6 0.47
Hex C2 C0 30 0 1 4B 18 3B 3C 2F
Octal 302 300 60 0 1 113 30 73 74 57
Binary 11000010 11000000 110000 0 1 1001011 11000 111011 111100 101111

Color Harmonies of #C2C030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C030

Black with #C2C030

Text Example


Text Example

White with #C2C030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C030; }

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

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

background-color css

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

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

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

border-color css

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

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

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