Html Css Color HEX #C2C038 Old Gold

📋 copy color: '#C2C038'

red 194 ◦ green 192 ◦ blue 56

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

Shades of Old Gold #C2C038

Tints of Old Gold #C2C038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.67%

R = 43.89%
G = 43.44%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C2C038 (or 0xC2C038) is known color: Old Gold. HEX triplet: C2, C0 and 38. RGB value is (194,192,56). Sum of RGB (Red+Green+Blue) = 194+192+56=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 56 (22.27% from 255 or 12.67% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C038 is #3D3FC7. Grayscale: #B1B1B1. Windows color (decimal): -4014024 or 3719362. OLE color: 3719362.

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

Color convert

RGB 194 192 56 -
CMYK 0 0.01 0.71 0.24
HSL 59.13º 0.55% 0.49% -
HSV(B) 59.13º 0.71% 0.76% -
XYZ 41.81 49.45 11.08 -
YUV 177.09 59.66 140.06 -
System Red Green Blue C M Y K H S L
Decimal 194 192 56 0 0.01 0.71 0.24 59.13 0.55 0.49
Hex C2 C0 38 0 1 47 18 3B 37 31
Octal 302 300 70 0 1 107 30 73 67 61
Binary 11000010 11000000 111000 0 1 1000111 11000 111011 110111 110001

Color Harmonies of #C2C038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C038

Black with #C2C038

Text Example


Text Example

White with #C2C038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C038; }

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

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

background-color css

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

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

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

border-color css

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

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

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