Html Css Color HEX #C1C039 Old Gold

📋 copy color: '#C1C039'

red 193 ◦ green 192 ◦ blue 57

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

Shades of Old Gold #C1C039

Tints of Old Gold #C1C039

RGB

 RED value IS 193 (75.78% from 255) = 43.67%

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

 BLUE value IS 57 (22.66% from 255) = 12.9%

R = 43.67%
G = 43.44%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C1C039 (or 0xC1C039) is known color: Old Gold. HEX triplet: C1, C0 and 39. RGB value is (193,192,57). Sum of RGB (Red+Green+Blue) = 193+192+57=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 57 (22.66% from 255 or 12.90% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C039 is #3E3FC6. Grayscale: #B1B1B1. Windows color (decimal): -4079559 or 3784897. OLE color: 3784897.

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

Color convert

RGB 193 192 57 -
CMYK 0 0.01 0.70 0.24
HSL 59.56º 0.54% 0.49% -
HSV(B) 59.56º 0.7% 0.76% -
XYZ 41.58 49.33 11.2 -
YUV 176.91 60.33 139.48 -
System Red Green Blue C M Y K H S L
Decimal 193 192 57 0 0.01 0.70 0.24 59.56 0.54 0.49
Hex C1 C0 39 0 1 46 18 3C 36 31
Octal 301 300 71 0 1 106 30 74 66 61
Binary 11000001 11000000 111001 0 1 1000110 11000 111100 110110 110001

Color Harmonies of #C1C039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C039

Black with #C1C039

Text Example


Text Example

White with #C1C039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C039; }

 p { color: rgb(193,192,57); }

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

background-color css

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

 a { background-color: rgb(193,192,57); }

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

border-color css

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

 span { border-color: rgb(193,192,57); }

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