Html Css Color HEX #C2C03C Old Gold

📋 copy color: '#C2C03C'

red 194 ◦ green 192 ◦ blue 60

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

Shades of Old Gold #C2C03C

Tints of Old Gold #C2C03C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.45%

R = 43.5%
G = 43.05%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2C03C (or 0xC2C03C) is known color: Old Gold. HEX triplet: C2, C0 and 3C. RGB value is (194,192,60). Sum of RGB (Red+Green+Blue) = 194+192+60=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C03C is #3D3FC3. Grayscale: #B2B2B2. Windows color (decimal): -4014020 or 3981506. OLE color: 3981506.

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

Color convert

RGB 194 192 60 -
CMYK 0 0.01 0.69 0.24
HSL 59.1º 0.53% 0.5% -
HSV(B) 59.1º 0.69% 0.76% -
XYZ 41.91 49.49 11.62 -
YUV 177.55 61.66 139.73 -
System Red Green Blue C M Y K H S L
Decimal 194 192 60 0 0.01 0.69 0.24 59.1 0.53 0.5
Hex C2 C0 3C 0 1 45 18 3B 35 32
Octal 302 300 74 0 1 105 30 73 65 62
Binary 11000010 11000000 111100 0 1 1000101 11000 111011 110101 110010

Color Harmonies of #C2C03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C03C

Black with #C2C03C

Text Example


Text Example

White with #C2C03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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