Html Css Color HEX #C1BA3C Old Gold

📋 copy color: '#C1BA3C'

red 193 ◦ green 186 ◦ blue 60

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

Shades of Old Gold #C1BA3C

Tints of Old Gold #C1BA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.67%

R = 43.96%
G = 42.37%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1BA3C (or 0xC1BA3C) is known color: Old Gold. HEX triplet: C1, BA and 3C. RGB value is (193,186,60). Sum of RGB (Red+Green+Blue) = 193+186+60=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BA3C is #3E45C3. Grayscale: #AEAEAE. Windows color (decimal): -4081092 or 3979969. OLE color: 3979969.

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

Color convert

RGB 193 186 60 -
CMYK 0 0.04 0.69 0.24
HSL 56.84º 0.53% 0.5% -
HSV(B) 56.84º 0.69% 0.76% -
XYZ 40.37 46.78 11.18 -
YUV 173.73 63.82 141.75 -
System Red Green Blue C M Y K H S L
Decimal 193 186 60 0 0.04 0.69 0.24 56.84 0.53 0.5
Hex C1 BA 3C 0 4 45 18 39 35 32
Octal 301 272 74 0 4 105 30 71 65 62
Binary 11000001 10111010 111100 0 100 1000101 11000 111001 110101 110010

Color Harmonies of #C1BA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BA3C

Black with #C1BA3C

Text Example


Text Example

White with #C1BA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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