Html Css Color HEX #C1C032 Old Gold

📋 copy color: '#C1C032'

red 193 ◦ green 192 ◦ blue 50

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

Shades of Old Gold #C1C032

Tints of Old Gold #C1C032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.49%

R = 44.37%
G = 44.14%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C1C032 (or 0xC1C032) is known color: Old Gold. HEX triplet: C1, C0 and 32. RGB value is (193,192,50). Sum of RGB (Red+Green+Blue) = 193+192+50=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C032 is #3E3FCD. Grayscale: #B0B0B0. Windows color (decimal): -4079566 or 3326145. OLE color: 3326145.

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

Color convert

RGB 193 192 50 -
CMYK 0 0.01 0.74 0.24
HSL 59.58º 0.59% 0.48% -
HSV(B) 59.58º 0.74% 0.76% -
XYZ 41.42 49.27 10.34 -
YUV 176.11 56.83 140.05 -
System Red Green Blue C M Y K H S L
Decimal 193 192 50 0 0.01 0.74 0.24 59.58 0.59 0.48
Hex C1 C0 32 0 1 4A 18 3C 3B 30
Octal 301 300 62 0 1 112 30 74 73 60
Binary 11000001 11000000 110010 0 1 1001010 11000 111100 111011 110000

Color Harmonies of #C1C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C032

Black with #C1C032

Text Example


Text Example

White with #C1C032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C032; }

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

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

background-color css

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

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

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

border-color css

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

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

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