Html Css Color HEX #C2C03E Old Gold

📋 copy color: '#C2C03E'

red 194 ◦ green 192 ◦ blue 62

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

Shades of Old Gold #C2C03E

Tints of Old Gold #C2C03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.84%

R = 43.3%
G = 42.86%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2C03E (or 0xC2C03E) is known color: Old Gold. HEX triplet: C2, C0 and 3E. RGB value is (194,192,62). Sum of RGB (Red+Green+Blue) = 194+192+62=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 62 (24.61% from 255 or 13.84% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C03E is #3D3FC1. Grayscale: #B2B2B2. Windows color (decimal): -4014018 or 4112578. OLE color: 4112578.

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

Color convert

RGB 194 192 62 -
CMYK 0 0.01 0.68 0.24
HSL 59.09º 0.52% 0.5% -
HSV(B) 59.09º 0.68% 0.76% -
XYZ 41.97 49.52 11.9 -
YUV 177.78 62.66 139.57 -
System Red Green Blue C M Y K H S L
Decimal 194 192 62 0 0.01 0.68 0.24 59.09 0.52 0.5
Hex C2 C0 3E 0 1 44 18 3B 34 32
Octal 302 300 76 0 1 104 30 73 64 62
Binary 11000010 11000000 111110 0 1 1000100 11000 111011 110100 110010

Color Harmonies of #C2C03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C03E

Black with #C2C03E

Text Example


Text Example

White with #C2C03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C03E; }

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

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

background-color css

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

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

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

border-color css

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

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

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