Html Css Color HEX #C1BA2C Old Gold

📋 copy color: '#C1BA2C'

red 193 ◦ green 186 ◦ blue 44

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

Shades of Old Gold #C1BA2C

Tints of Old Gold #C1BA2C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.97%

 BLUE value IS 44 (17.58% from 255) = 10.4%

R = 45.63%
G = 43.97%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1BA2C (or 0xC1BA2C) is known color: Old Gold. HEX triplet: C1, BA and 2C. RGB value is (193,186,44). Sum of RGB (Red+Green+Blue) = 193+186+44=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BA2C is #3E45D3. Grayscale: #ACACAC. Windows color (decimal): -4081108 or 2931393. OLE color: 2931393.

HSL color Cylindrical-coordinate representation of color #C1BA2C: hue angle of 57.18º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1BA2C is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 186 44 -
CMYK 0 0.04 0.77 0.24
HSL 57.18º 0.63% 0.46% -
HSV(B) 57.18º 0.77% 0.76% -
XYZ 40.01 46.64 9.28 -
YUV 171.91 55.82 143.05 -
System Red Green Blue C M Y K H S L
Decimal 193 186 44 0 0.04 0.77 0.24 57.18 0.63 0.46
Hex C1 BA 2C 0 4 4D 18 39 3F 2E
Octal 301 272 54 0 4 115 30 71 77 56
Binary 11000001 10111010 101100 0 100 1001101 11000 111001 111111 101110

Color Harmonies of #C1BA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BA2C

Black with #C1BA2C

Text Example


Text Example

White with #C1BA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BA2C; }

 p { color: rgb(193,186,44); }

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

background-color css

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

 a { background-color: rgb(193,186,44); }

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

border-color css

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

 span { border-color: rgb(193,186,44); }

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